We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f45937 commit 49bfe70Copy full SHA for 49bfe70
src/api/domain/myTodo/index.ts
@@ -1,6 +1,6 @@
1
import type { RecommendationResponse } from './type/recommendation';
2
import type { CoreGoal } from './type/myTodo';
3
-import type { SubGoal } from '../lowerTodo/type/subGoals';
+import type { SubGoal } from '../edit';
4
5
import type { CycleType } from '@/page/todo/myTodo/component/CycleChip';
6
import { END_POINT } from '@/api/constant/endPoint';
0 commit comments