initPromise in main.ts (#6285)
* initPromise in main.ts Signed-off-by: Jess Frazelle <github@jessfraz.com> * move initPromise so dep tree doesnt shit the bed Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -7,12 +7,12 @@ import { TEST } from '@src/env'
|
||||
import {
|
||||
defaultAppSettings,
|
||||
defaultProjectSettings,
|
||||
initPromise,
|
||||
parseAppSettings,
|
||||
parseProjectSettings,
|
||||
serializeConfiguration,
|
||||
serializeProjectConfiguration,
|
||||
} from '@src/lang/wasm'
|
||||
import { initPromise } from '@src/lang/wasmUtils'
|
||||
import { mouseControlsToCameraSystem } from '@src/lib/cameraControls'
|
||||
import { BROWSER_PROJECT_NAME } from '@src/lib/constants'
|
||||
import {
|
||||
|
Reference in New Issue
Block a user