11 lines
300 B
JavaScript
11 lines
300 B
JavaScript
export default [
|
|
{
|
|
title: 'Tables',
|
|
icon: { icon: 'tabler-layout-grid' },
|
|
children: [
|
|
{ title: 'Simple Table', icon: { icon: 'tabler-table' }, to: 'tables-simple-table' },
|
|
{ title: 'Data Table', icon: { icon: 'tabler-layout-grid' }, to: 'tables-data-table' },
|
|
],
|
|
},
|
|
]
|