first commit
This commit is contained in:
7
_javascript/categories.js
Normal file
7
_javascript/categories.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { basic, initSidebar, initTopbar } from './modules/layouts';
|
||||
import { categoryCollapse } from './modules/components';
|
||||
|
||||
basic();
|
||||
initSidebar();
|
||||
initTopbar();
|
||||
categoryCollapse();
|
||||
Reference in New Issue
Block a user