Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
appare45 committed Apr 25, 2024
1 parent 87db74e commit cfadc19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/committee/projects/[project_id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { notFound, useRouter } from "next/navigation";
import deleteButton from "@/assets/deleteProjectButton.svg?url";
import Image from "next/image";
import { Button } from "@/common_components/Button";
import { FormAnswerList } from "@/app/committee/forms/[form_id]/FormAnswerList";
import { NoResultNotice } from "@/common_components/NoResultNotice";
import { getSubmitStatusFromDate } from "@/lib/formHelpers";
import { components } from "@/schema";
Expand Down

0 comments on commit cfadc19

Please sign in to comment.