diff --git a/apps/frontend/src/components/ShowFilter.tsx b/apps/frontend/src/components/ShowFilter.tsx index 522387d4..8cc7081d 100644 --- a/apps/frontend/src/components/ShowFilter.tsx +++ b/apps/frontend/src/components/ShowFilter.tsx @@ -3,7 +3,6 @@ import { useAppDispatch, useAppSelector } from "~/app/hooks"; import { userSlice } from "~/app/user"; import { useAuth } from "@clerk/nextjs"; - const ShowFilter = () => { const dispatch = useAppDispatch();