Skip to content

Commit 1ab0a62

Browse files
committed
chore: export와 import 정리
1 parent cbd0756 commit 1ab0a62

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export { CursorButton } from "./ui/CursorButton";
2-
export { CursorPreview } from "./ui/CursorPreview";
3-
export { ProfileForm } from "./ui/ProfileForm";
4-
export { ProfilePanel } from "./ui/ProfilePanel";
52
export { NewNodePanel } from "./ui/NewNodePanel";
3+
export { NodePanel } from "./ui/NodePanel";
4+
export { ProfilePanel } from "./ui/ProfilePanel";

apps/frontend/src/features/canvasTools/ui/ProfilePanel/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { CursorPreview, ProfileForm } from "@/features/canvasTools";
1+
import { CursorPreview } from "../CursorPreview";
2+
import { ProfileForm } from "../ProfileForm";
23
import { usePopover } from "@/shared/model";
34

45
interface ProfilePanelProps {

0 commit comments

Comments
 (0)