mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-05-08 09:26:40 +07:00
removed all modules
This commit is contained in:
parent
aa8fd14517
commit
0c321f2bb3
21 changed files with 677 additions and 77 deletions
|
@ -2,13 +2,11 @@ import React, {
|
|||
FC,
|
||||
useEffect,
|
||||
memo,
|
||||
useContext,
|
||||
useState,
|
||||
useCallback
|
||||
} from "react";
|
||||
import { IMapRoute, ILatLng } from "../../../redux/map/types";
|
||||
import { MapContext } from "$utils/context";
|
||||
import { InteractivePoly } from "$modules/InteractivePoly";
|
||||
import { InteractivePoly } from "$modules/InteractivePoly";
|
||||
import { isMobile } from "$utils/window";
|
||||
import { LatLng, Map } from "leaflet";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue