Skip to content

Commit a18b657

Browse files
committed
fix: 린트 에러 수정
1 parent dd15434 commit a18b657

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/page/home/Home.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { useState } from 'react';
2-
import { CycleChip, CycleType } from '../todo/myTodo/component/CycleChip';
2+
3+
import { CycleChip } from '../todo/myTodo/component/CycleChip';
4+
import type { CycleType } from '../todo/myTodo/component/CycleChip';
35

46
const CYCLE_LIST: CycleType[] = ['매일', '매주', '한번'];
57

0 commit comments

Comments
 (0)