Files
core/hwe/ts/battleCenter.ts
2022-04-15 02:00:51 +09:00

10 lines
235 B
TypeScript

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