diff --git a/frontend/src/modelTypes/ITask.ts b/frontend/src/modelTypes/ITask.ts index 3c3bd746a..6230f80b3 100644 --- a/frontend/src/modelTypes/ITask.ts +++ b/frontend/src/modelTypes/ITask.ts @@ -15,7 +15,6 @@ import type {IRepeatMode} from '@/types/IRepeatMode' import type {PartialWithId} from '@/types/PartialWithId' import type {ITaskReminder} from '@/modelTypes/ITaskReminder' import type {IReactionPerEntity} from '@/modelTypes/IReaction' -import type {ExpandTaskFilterParam} from '@/services/taskCollection.ts' export interface ITask extends IAbstract { id: number