feat: add profile data

This commit is contained in:
Bart van der Braak 2024-02-01 18:10:42 +01:00
parent 482ffd7b85
commit 5158767019
39 changed files with 42 additions and 66 deletions

View file

@ -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: []
};