Skip to content

Commit 880810b

Browse files
committed
refactor: 기능들 훅으로 나눔
1 parent c06a31c commit 880810b

12 files changed

+1842
-543
lines changed

src/hooks/index.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
export { useKeyboardShortcuts } from './useKeyboardShortcuts';
2+
export { useProjectLoader } from './useProjectLoader';
3+
export { useStackingOperations } from './useStackingOperations';
4+
export { useBlockOperations } from './useBlockOperations';
5+
export { useCodeGeneration } from './useCodeGeneration';
6+
export { useDeployment } from './useDeployment';
7+
export { useDragPreview } from './useDragPreview';
8+
export { useProjectManagement } from './useProjectManagement';
9+
export { useConnectionHandlers } from './useConnectionHandlers';

0 commit comments

Comments
 (0)