diff --git a/tasks/components/SubtaskTile.tsx b/tasks/components/SubtaskTile.tsx index a68dfbc8..8fa63f05 100644 --- a/tasks/components/SubtaskTile.tsx +++ b/tasks/components/SubtaskTile.tsx @@ -5,7 +5,7 @@ import { ToggleableInput } from '@helpwave/common/components/user-input/Toggleab import { Checkbox } from '@helpwave/common/components/user-input/Checkbox' import { Button } from '@helpwave/common/components/Button' import { noop } from '@helpwave/common/util/noop' -import type { SubTaskDTO } from '@/mutations/task_mutations' +import type { SubTaskDTO } from '@/mutations/types/task' type SubtaskTileTranslation = { subtasks: string,