This commit is contained in:
nasir@endelospay.com
2024-05-31 20:11:35 +05:00
parent 7e0031ba81
commit 88c2df5145
17 changed files with 1808 additions and 80 deletions

View File

@@ -1,8 +1,8 @@
import appsAndPages from './apps-and-pages'
import charts from './charts'
// import appsAndPages from './apps-and-pages'
// import charts from './charts'
import dashboard from './dashboard'
import forms from './forms'
import others from './others'
import uiElements from './ui-elements'
// import forms from './forms'
// import others from './others'
// import uiElements from './ui-elements'
export default [...dashboard, ...appsAndPages, ...uiElements, ...forms, ...charts, ...others]
export default [...dashboard]