From 659cfeb71c0194eecdc50d3536b2e0101eae036e Mon Sep 17 00:00:00 2001 From: muerwre Date: Tue, 12 Feb 2019 17:08:26 +0700 Subject: [PATCH] fixed croppr --- src/components/renderer/Renderer.tsx | 2 +- src/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/renderer/Renderer.tsx b/src/components/renderer/Renderer.tsx index 0191194..463593c 100644 --- a/src/components/renderer/Renderer.tsx +++ b/src/components/renderer/Renderer.tsx @@ -3,7 +3,7 @@ import * as React from 'react'; import { hideRenderer, cropAShot } from '$redux/user/actions'; import { bindActionCreators } from 'redux'; import { connect } from 'react-redux'; -import Croppr from 'croppr'; +import * as Croppr from 'croppr'; import 'croppr/dist/croppr.css'; import { LOGOS } from '$constants/logos'; import { RendererPanel } from '$components/panels/RendererPanel'; diff --git a/src/index.tsx b/src/index.tsx index f31ba33..4d8adfc 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -15,7 +15,7 @@ todo public maps todo editing map on map list - todo setting map public on map list + todo setting map public on map liste done map catalogue done public maps