2021-09-09 09:37:02 +08:00

5 lines
125 B
TypeScript

import './communication'
import { domReady } from './utils/dom'
import { loading } from './loading'
domReady().then(loading)