refactor: preload communication
This commit is contained in:
5
src/preload/index.ts
Normal file
5
src/preload/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import './communication'
|
||||
import { domReady } from './utils/dom'
|
||||
import { loading } from './loading'
|
||||
|
||||
domReady().then(loading)
|
||||
Reference in New Issue
Block a user