updated aliases

This commit is contained in:
Fedor Katurov 2020-01-08 14:38:20 +07:00
parent af8d270460
commit e950d98b73
74 changed files with 300 additions and 390 deletions

View file

@ -1,10 +1,10 @@
import React from "react";
import { Map, marker, Marker } from "leaflet";
import { IStickerDump } from "$redux/map/types";
import { STICKERS } from "$constants/stickers";
import { StickerDesc } from "$components/StickerDesc";
import { IStickerDump } from "~/redux/map/types";
import { STICKERS } from "~/constants/stickers";
import { StickerDesc } from "~/components/StickerDesc";
import classNames from "classnames";
import { DomMarker } from "$utils/DomMarker";
import { DomMarker } from "~/utils/DomMarker";
import { createPortal } from "react-dom";
interface IProps {