initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export default [
|
||||
{
|
||||
title: 'Home',
|
||||
to: { name: 'index' },
|
||||
icon: { icon: 'tabler-smart-home' },
|
||||
},
|
||||
{
|
||||
title: 'Second page',
|
||||
to: { name: 'second-page' },
|
||||
icon: { icon: 'tabler-file' },
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user