diff --git a/frontend/src/components/pages/Browse.tsx b/frontend/src/components/pages/Browse.tsx index b5fbaf88..4b767b6d 100644 --- a/frontend/src/components/pages/Browse.tsx +++ b/frontend/src/components/pages/Browse.tsx @@ -16,6 +16,7 @@ import { components, paths } from "@/gen/api"; import { useAlertQueue } from "@/hooks/useAlertQueue"; import { useAuthentication } from "@/hooks/useAuth"; import { useDebounce } from "@uidotdev/usehooks"; +import Spinner from "@/components/ui/Spinner"; type SortOption = components["schemas"]["SortOption"]; @@ -179,7 +180,7 @@ const Browse = () => {
{isLoading && (
-
+
)}