Files

11 lines
300 B
JavaScript
Raw Permalink Normal View History

2025-08-04 16:33:07 +03:30
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' },
],
},
]