We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2349e96 commit 446b2c9Copy full SHA for 446b2c9
src/components/searchbarSubjectList.tsx
@@ -6,7 +6,7 @@ import debounce from "debounce";
6
import { Input } from "@/components/ui/input";
7
import { courses } from "./select_options";
8
9
-function searchbarSubjectList({
+function SearchbarSubjectList({
10
setSubject,
11
}: {
12
setSubject: React.Dispatch<React.SetStateAction<string>>;
@@ -131,4 +131,4 @@ function searchbarSubjectList({
131
);
132
}
133
134
-export default searchbarSubjectList;
+export default SearchbarSubjectList;
0 commit comments