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 c292648 commit 78e9d73Copy full SHA for 78e9d73
src/components/ShelterListItem/ShelterListItem.tsx
@@ -8,7 +8,6 @@ import { cn, getAvailabilityProps, getCategoriesToFilterVolunteers, getSupplyPri
8
import { Separator } from '../ui/separator';
9
import { Chip } from '../Chip';
10
import { Button } from '../ui/button';
11
-import { SupplyPriority } from '@/service/supply/types';
12
import { VerifiedBadge } from '@/components/VerifiedBadge/VerifiedBadge.tsx';
13
14
const ShelterListItem = (props: IShelterListItemProps) => {
0 commit comments