mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
WIP Frontend structure & authentication.
This commit is contained in:
21
client/src/config/sidebarMenu.js
Normal file
21
client/src/config/sidebarMenu.js
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
|
||||
export default [
|
||||
{
|
||||
divider: true,
|
||||
},
|
||||
{
|
||||
icon: 'cut',
|
||||
text: 'cut',
|
||||
label: '⌘C',
|
||||
disabled: false,
|
||||
children: [
|
||||
{
|
||||
icon: 'cut',
|
||||
text: 'cut',
|
||||
label: '⌘C',
|
||||
disabled: false,
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user