d9e1d84f08
- update class name of the spacing, font style, cards and toasts - update attribute names & tooltip usage - remove custom smooth scroll - syntax colors
19 lines
315 B
JavaScript
19 lines
315 B
JavaScript
import { basic, initSidebar, initTopbar } from './modules/layouts';
|
|
import {
|
|
imgLazy,
|
|
imgPopup,
|
|
initLocaleDatetime,
|
|
initClipboard,
|
|
initPageviews,
|
|
toc
|
|
} from './modules/plugins';
|
|
|
|
basic();
|
|
initSidebar();
|
|
initTopbar();
|
|
imgLazy();
|
|
imgPopup();
|
|
initLocaleDatetime();
|
|
initClipboard();
|
|
toc();
|
|
initPageviews();
|