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:
@ -14,9 +14,9 @@ import type { ExecState } from '@src/lang/wasm'
|
||||
import {
|
||||
errFromErrWithOutputs,
|
||||
execStateFromRust,
|
||||
initPromise,
|
||||
mockExecStateFromRust,
|
||||
} from '@src/lang/wasm'
|
||||
import { initPromise } from '@src/lang/wasmUtils'
|
||||
import type ModelingAppFile from '@src/lib/modelingAppFile'
|
||||
import type { DefaultPlaneStr } from '@src/lib/planes'
|
||||
import { defaultPlaneStrToKey } from '@src/lib/planes'
|
||||
|
Reference in New Issue
Block a user