파일 이식(0.31.1)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import "@scss/battleCenter.scss";
|
||||
|
||||
import { auto500px } from "./util/auto500px";
|
||||
import { insertCustomCSS } from "./util/customCSS";
|
||||
import { htmlReady } from "./util/htmlReady";
|
||||
|
||||
auto500px();
|
||||
htmlReady(() => {
|
||||
insertCustomCSS();
|
||||
});
|
||||
Reference in New Issue
Block a user