Skip to content

Commit 628bd6b

Browse files
authored
Merge pull request #32 from lucianomlima/fix/lint-errors
fix no unused vars lint error
2 parents c292648 + 78e9d73 commit 628bd6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ShelterListItem/ShelterListItem.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { cn, getAvailabilityProps, getCategoriesToFilterVolunteers, getSupplyPri
88
import { Separator } from '../ui/separator';
99
import { Chip } from '../Chip';
1010
import { Button } from '../ui/button';
11-
import { SupplyPriority } from '@/service/supply/types';
1211
import { VerifiedBadge } from '@/components/VerifiedBadge/VerifiedBadge.tsx';
1312

1413
const ShelterListItem = (props: IShelterListItemProps) => {

0 commit comments

Comments
 (0)