diff --git a/apps/frontend/src/components/InstructorDetail.tsx b/apps/frontend/src/components/InstructorDetail.tsx index 55abcf9..cfdf700 100644 --- a/apps/frontend/src/components/InstructorDetail.tsx +++ b/apps/frontend/src/components/InstructorDetail.tsx @@ -3,7 +3,7 @@ import { useAppSelector } from "~/app/hooks"; import { useFetchFCEInfosByInstructor } from "~/app/api/fce"; import Loading from "./Loading"; import { InstructorFCEDetail } from "./InstructorFCEDetail"; -import {compareSessions, filterSessions, sessionToString, toNameCase} from "~/app/utils"; +import { filterSessions, sessionToString, toNameCase } from "~/app/utils"; import { Card } from "./Card"; import Link from "next/link"; import { useAuth } from "@clerk/nextjs";