mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
removed unused deps
This commit is contained in:
parent
4e167c9759
commit
a4b8d70cc8
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
import React, { useEffect, useCallback, useRef, useState } from 'react';
|
||||
import { DivIcon, marker, Marker } from 'leaflet';
|
||||
import React, { useCallback, useEffect, useRef, useState } from 'react';
|
||||
import { marker, Marker } from 'leaflet';
|
||||
import { IStickerDump } from '~/redux/map/types';
|
||||
import { STICKERS } from '~/constants/stickers';
|
||||
import { StickerDesc } from '~/components/StickerDesc';
|
||||
import classNames from 'classnames';
|
||||
import { DomMarker } from '~/utils/map/DomMarker';
|
||||
import { createPortal } from 'react-dom';
|
||||
import { MapContainer, MainMap } from '~/constants/map';
|
||||
import { MainMap } from '~/constants/map';
|
||||
import { getAdaptiveScale } from '~/utils/dom';
|
||||
|
||||
interface IProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue