first commit
This commit is contained in:
10
resources/js/navigation/horizontal/index.js
Normal file
10
resources/js/navigation/horizontal/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import apps from './apps'
|
||||
import charts from './charts'
|
||||
import dashboard from './dashboard'
|
||||
import forms from './forms'
|
||||
import others from './others'
|
||||
import pages from './pages'
|
||||
import tables from './tables'
|
||||
import uiElements from './ui-elements'
|
||||
|
||||
export default [...dashboard, ...apps, ...pages, ...uiElements, ...forms, ...tables, ...charts, ...others]
|
Reference in New Issue
Block a user