fix: remove unused imports flagged by TypeScript
This commit is contained in:
parent
ab02fb120c
commit
dea930dbc4
5 changed files with 3 additions and 23 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { useState, useCallback, useEffect } from 'react';
|
||||
import useEmblaCarousel from 'embla-carousel-react';
|
||||
import { ExternalLink, Heart, Bed, Maximize2, Clock, Footprints, Bike, Train } from 'lucide-react';
|
||||
import { ExternalLink, Footprints, Bike, Train } from 'lucide-react';
|
||||
import type { PropertyProperties, POIDistanceInfo, POI } from '@/types';
|
||||
import { formatDuration } from '@/utils/format';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue