Skip to content

Commit 49bfe70

Browse files
committed
fix: myTodo에서 삭제된 SubGoal 타입 import 경로 수정
1 parent 4f45937 commit 49bfe70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/domain/myTodo/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { RecommendationResponse } from './type/recommendation';
22
import type { CoreGoal } from './type/myTodo';
3-
import type { SubGoal } from '../lowerTodo/type/subGoals';
3+
import type { SubGoal } from '../edit';
44

55
import type { CycleType } from '@/page/todo/myTodo/component/CycleChip';
66
import { END_POINT } from '@/api/constant/endPoint';

0 commit comments

Comments
 (0)