Skip to content

Commit

Permalink
Merge pull request #50 from CROUStillant-Developpement/develop
Browse files Browse the repository at this point in the history
refactor: remove unused Badge import from filters component
  • Loading branch information
PaulBayfield authored Jan 19, 2025
2 parents 6084135 + 6386cba commit bfff3df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/restaurants/filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import {
SheetTrigger,
} from "@/components/ui/sheet";
import { useUserPreferences } from "@/store/userPreferencesStore";
import { Badge } from "@/components/ui/badge";
import { Separator } from "@/components/ui/separator";
import { ScrollArea } from "@/components/ui/scroll-area";
import ActiveFilterBadge from "./active-filter-badge";
Expand Down

0 comments on commit bfff3df

Please sign in to comment.