Skip to content

Commit

Permalink
fix: removed course searchbar import
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustChew committed Aug 26, 2024
1 parent 11ba044 commit 77e45fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Timetable/TimetableCourseList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
import { useSettings } from "@/hooks/contexts/settings";
import useUserTimetable from "@/hooks/contexts/useUserTimetable";
import { useRouter } from "next/navigation";
import CourseSearchbar from "./CourseSearchbar";
import useDictionary from "@/dictionaries/useDictionary";
import { useMemo } from "react";
import {
Expand Down

0 comments on commit 77e45fd

Please sign in to comment.