forked from devsam/core
10 lines
233 B
TypeScript
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();
|
|
}); |