mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 22:50:07 +01:00
5 lines
98 B
JavaScript
5 lines
98 B
JavaScript
|
import { whenReady } from "./dom";
|
||
|
import { globalSetup } from "./main";
|
||
|
|
||
|
whenReady(globalSetup);
|