Skip to content

Commit

Permalink
fix: duplicated import in useTeamTasks.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NdekoCode committed Sep 19, 2024
1 parent 01f3f7d commit d5a0e7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/web/app/hooks/features/useTeamTasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ import {
// employeeTasksState,
memberActiveTaskIdState,
myDailyPlanListState,
userState
} from '@app/stores';
import {
userState,
activeTeamTaskState,
tasksByTeamState,
tasksFetchingState,
Expand Down

0 comments on commit d5a0e7c

Please sign in to comment.