Files
vite_front/hwe/ts/bestGeneral.ts
T
2022-07-08 00:11:41 +09:00

10 lines
233 B
TypeScript

import "@scss/hallOfFame.scss";
import { auto500px } from "./util/auto500px";
import { insertCustomCSS } from "./util/customCSS";
import { htmlReady } from "./util/htmlReady";
auto500px();
htmlReady(() => {
insertCustomCSS();
});