mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
WIP Frontend structure & authentication.
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
import AccountsChart from '../pages/Dashboard/AccountsChart';
|
||||
import Homepage from "containers/Dashboard/Homepage";
|
||||
|
||||
// import AccountsChart from 'pages/Dashboard/AccountsChart';
|
||||
|
||||
export default [
|
||||
{
|
||||
path: '/accounts/list',
|
||||
component: AccountsChart,
|
||||
icon: 'cut',
|
||||
text: 'Chart of Accounts',
|
||||
label: 'Chart of Accounts'
|
||||
path: '/homepage',
|
||||
component: Homepage,
|
||||
exact: true,
|
||||
},
|
||||
// {
|
||||
// path: '/accounts/list',
|
||||
// component: AccountsChart,
|
||||
// icon: 'cut',
|
||||
// text: 'Chart of Accounts',
|
||||
// label: 'Chart of Accounts'
|
||||
// },
|
||||
];
|
||||
Reference in New Issue
Block a user