5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
import './communication'
|
|
import { domReady } from './utils/dom'
|
|
import { loading } from './loading'
|
|
|
|
domReady().then(loading) |