We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd15434 commit a18b657Copy full SHA for a18b657
src/page/home/Home.tsx
@@ -1,5 +1,7 @@
1
import { useState } from 'react';
2
-import { CycleChip, CycleType } from '../todo/myTodo/component/CycleChip';
+
3
+import { CycleChip } from '../todo/myTodo/component/CycleChip';
4
+import type { CycleType } from '../todo/myTodo/component/CycleChip';
5
6
const CYCLE_LIST: CycleType[] = ['매일', '매주', '한번'];
7
0 commit comments