refac: 명장일람, 명예의 전당

This commit is contained in:
2022-04-15 02:36:42 +09:00
parent 287ed83def
commit 84ed999708
9 changed files with 198 additions and 79 deletions
+10
View File
@@ -0,0 +1,10 @@
import "@scss/hallOfFame.scss";
import { auto500px } from "./util/auto500px";
import { insertCustomCSS } from "./util/customCSS";
import { htmlReady } from "./util/htmlReady";
auto500px();
htmlReady(() => {
insertCustomCSS();
});