removed all modules

This commit is contained in:
Fedor Katurov 2020-01-08 12:07:36 +07:00
parent aa8fd14517
commit 0c321f2bb3
21 changed files with 677 additions and 77 deletions

View file

@ -1,8 +1,8 @@
import * as React from "react";
import { IStickerDump } from "$modules/Sticker";
import { FeatureGroup, Map } from "leaflet";
import { Sticker } from "$containers/map/Sticker";
import { mapSetSticker, mapDropSticker } from "$redux/map/actions";
import * as React from 'react';
import { IStickerDump } from '$redux/map/types';
import { FeatureGroup, Map } from 'leaflet';
import { Sticker } from '$containers/map/Sticker';
import { mapSetSticker, mapDropSticker } from '$redux/map/actions';
interface IProps {
stickers: IStickerDump[];