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