Skip to content

Commit 004431b

Browse files
committed
chore: remove type remove
1 parent d9b64ad commit 004431b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/sdk/drag/rules/widgets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { registerRule } from "@/sdk/drag/rules";
22
import { AvailableKinds, AvailableZones } from "@/sdk/drag/types";
3-
import { type PanelId, useLayoutStore } from "@/sdk/store/layout";
3+
import { useLayoutStore } from "@/sdk/store/layout";
44

55
registerRule({
66
kind: AvailableKinds.WIDGET,

0 commit comments

Comments
 (0)