Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavilien committed Dec 2, 2024
1 parent f89666e commit 863e545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/InstructorDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 863e545

Please sign in to comment.