Skip to content

Commit

Permalink
refactor: search results
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Dec 2, 2024
1 parent 122186f commit 69ea8f3
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 186 deletions.
2 changes: 1 addition & 1 deletion src/components/search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { useRouter, useSearchParams } from "next/navigation";
import { SearchFilterDialog } from "@/components/search/filter/search-filter-dialog";
import { SearchFilterSortDropdown } from "@/components/search/filter/search-filter-sort-dropdown";
import { SearchBlurb } from "@/components/search/search-blurb";
import { SearchResults } from "@/components/search/search-results";
import { analyticsEnum, logAnalytics } from "@/lib/analytics";
import { UNIVERSITY_GE } from "@/lib/constants";
import { getDismissedRecently, getNumSearches } from "@/lib/utils/search";
Expand All @@ -16,7 +17,6 @@ import { ToastAction } from "../ui/toast";
import { useToast } from "../ui/use-toast";
import { SearchFilter } from "./filter/search-filter";
import ScrollToTop from "./ScrollToTop";
import SearchResults from "./SearchResults";
import { SearchSelect } from "./SearchSelect";

export interface CourseObject {
Expand Down
185 changes: 0 additions & 185 deletions src/components/search/SearchResults.tsx

This file was deleted.

Loading

0 comments on commit 69ea8f3

Please sign in to comment.