mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-11 14:10:06 +01:00
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
import { whenReady } from "./dom";
|
|
import { globalSetup } from "./main";
|
|
|
|
whenReady(globalSetup);
|