mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-07-09 17:49:12 +00:00
feat: add profile data
This commit is contained in:
parent
482ffd7b85
commit
5158767019
39 changed files with 42 additions and 66 deletions
|
@ -17,21 +17,6 @@ export const navConfig: NavConfig = {
|
|||
href: '/dashboard',
|
||||
auth: true
|
||||
},
|
||||
// {
|
||||
// title: 'Settings',
|
||||
// href: '/settings',
|
||||
// auth: true
|
||||
// },
|
||||
// {
|
||||
// title: 'Login',
|
||||
// href: '/login',
|
||||
// auth: false,
|
||||
// },
|
||||
// {
|
||||
// title: 'Register',
|
||||
// href: '/register',
|
||||
// auth: false,
|
||||
// },
|
||||
],
|
||||
sidebarNav: []
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue