File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11import Status from "@ogw_front/utils/status.js"
2- import { appMode , getAppMode } from "@ogw_front/utils/app_mode.js"
2+ import { appMode , getAppMode } from "@ogw_front/utils/app_mode"
3+ import { useLambdaStore } from "@ogw_front/stores/lambda"
34
45export const useInfraStore = defineStore ( "infra" , {
56 state : ( ) => ( {
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import { appMode } from "@ogw_front/utils/app_mode"
1111import { useInfraStore } from "@ogw_front/stores/infra"
1212import { useGeodeStore } from "@ogw_front/stores/geode"
1313import { useViewerStore } from "@ogw_front/stores/viewer"
14+ import { useLambdaStore } from "@ogw_front/stores/lambda"
1415
1516// Mock navigator.locks API
1617const mockLockRequest = vi . fn ( ) . mockImplementation ( async ( name , callback ) => {
You can’t perform that action at this time.
0 commit comments