first commit
This commit is contained in:
10
resources/js/navigation/horizontal/tables.js
Normal file
10
resources/js/navigation/horizontal/tables.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export default [
|
||||
{
|
||||
title: 'Tables',
|
||||
icon: { icon: 'ri-table-line' },
|
||||
children: [
|
||||
{ title: 'Simple Table', icon: { icon: 'ri-layout-grid-line' }, to: 'tables-simple-table' },
|
||||
{ title: 'Data Table', icon: { icon: 'ri-grid-line' }, to: 'tables-data-table' },
|
||||
],
|
||||
},
|
||||
]
|
Reference in New Issue
Block a user