We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd0756 commit 1ab0a62Copy full SHA for 1ab0a62
apps/frontend/src/features/canvasTools/index.ts
@@ -1,5 +1,4 @@
1
export { CursorButton } from "./ui/CursorButton";
2
-export { CursorPreview } from "./ui/CursorPreview";
3
-export { ProfileForm } from "./ui/ProfileForm";
4
-export { ProfilePanel } from "./ui/ProfilePanel";
5
export { NewNodePanel } from "./ui/NewNodePanel";
+export { NodePanel } from "./ui/NodePanel";
+export { ProfilePanel } from "./ui/ProfilePanel";
apps/frontend/src/features/canvasTools/ui/ProfilePanel/index.tsx
@@ -1,4 +1,5 @@
-import { CursorPreview, ProfileForm } from "@/features/canvasTools";
+import { CursorPreview } from "../CursorPreview";
+import { ProfileForm } from "../ProfileForm";
import { usePopover } from "@/shared/model";
interface ProfilePanelProps {
0 commit comments