Skip to content

Commit 81bdc35

Browse files
committed
fix: remove unwanted dependancies
1 parent e13d6df commit 81bdc35

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/framework/src/hooks/useCommandCallback.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ import type {
2929
ShowDialogAction,
3030
} from "../shared";
3131
import { deviceAtom } from "./useDeviceObserver";
32-
import {
33-
createStorageApi,
34-
screenStorageAtom,
35-
useEnsembleStorage,
36-
} from "./useEnsembleStorage";
32+
import { useEnsembleStorage } from "./useEnsembleStorage";
3733
import { useCustomScope } from "./useCustomScope";
3834
import { useLanguageScope } from "./useLanguageScope";
3935

0 commit comments

Comments
 (0)