mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
fixed renderer saveAs
This commit is contained in:
parent
087a636b80
commit
b8f4bace71
2 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
|||
import { editor } from '$modules/Editor';
|
||||
import { COLORS, CLIENT } from '$config/frontend';
|
||||
import saveAs from 'file-saver';
|
||||
import * as saveAs from 'file-saver';
|
||||
import { replaceProviderUrl } from '$constants/providers';
|
||||
import { IStickerItem, STICKERS } from '$constants/stickers';
|
||||
import { STICKERS } from '$constants/stickers';
|
||||
import { ILatLng } from "$modules/Stickers";
|
||||
import { IStickerDump } from "$modules/Sticker";
|
||||
import { Canvas, Point } from "leaflet";
|
||||
import { IRootState } from "$redux/user/reducer";
|
||||
|
||||
export interface IMapPoint {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue