Skip to content

Commit

Permalink
modified: components/task/components/TaskDetails.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ddimitrov1108 committed Jan 27, 2024
1 parent 5530775 commit bc8db6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/task/components/TaskDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { TaskContext } from "@/components/context/TaskContext";
import Label from "@/components/forms/formik/Label";
import AtSign from "@/components/ui/AtSign";
import Chip from "@/components/ui/Chip";
import { ITask } from "@/lib/interfaces";
import { formatDate, getDueDateText } from "@/lib/utils";
import { isPast } from "date-fns";
import dynamic from "next/dynamic";
Expand Down

0 comments on commit bc8db6e

Please sign in to comment.