forked from polka_billy/porridger
@ -4,7 +4,7 @@ import { MapContainer, Marker, Popup, TileLayer } from 'react-leaflet'
|
||||
import LineDot from './LineDot'
|
||||
import { categoryNames } from '../assets/category'
|
||||
import { useBook } from '../hooks/api'
|
||||
import { Announcement } from '../hooks/api/useAnnouncements'
|
||||
import { Announcement } from '../api/announcement/types'
|
||||
import { iconItem } from '../utils/markerIcons'
|
||||
|
||||
type AnnouncementDetailsProps = {
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { Marker, Popup } from 'react-leaflet'
|
||||
|
||||
import { Trashbox } from '../hooks/api/useTrashboxes'
|
||||
import { Trashbox } from '../api/trashbox/types'
|
||||
import { iconTrash } from '../utils/markerIcons'
|
||||
|
||||
type TrashboxMarkersProps = {
|
||||
|
Reference in New Issue
Block a user