We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b64ad commit 004431bCopy full SHA for 004431b
apps/client/src/sdk/drag/rules/widgets.ts
@@ -1,6 +1,6 @@
1
import { registerRule } from "@/sdk/drag/rules";
2
import { AvailableKinds, AvailableZones } from "@/sdk/drag/types";
3
-import { type PanelId, useLayoutStore } from "@/sdk/store/layout";
+import { useLayoutStore } from "@/sdk/store/layout";
4
5
registerRule({
6
kind: AvailableKinds.WIDGET,
0 commit comments