fixed croppr

This commit is contained in:
muerwre 2019-02-12 17:08:26 +07:00
parent bb928d22c3
commit 659cfeb71c
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ import * as React from 'react';
import { hideRenderer, cropAShot } from '$redux/user/actions'; import { hideRenderer, cropAShot } from '$redux/user/actions';
import { bindActionCreators } from 'redux'; import { bindActionCreators } from 'redux';
import { connect } from 'react-redux'; import { connect } from 'react-redux';
import Croppr from 'croppr'; import * as Croppr from 'croppr';
import 'croppr/dist/croppr.css'; import 'croppr/dist/croppr.css';
import { LOGOS } from '$constants/logos'; import { LOGOS } from '$constants/logos';
import { RendererPanel } from '$components/panels/RendererPanel'; import { RendererPanel } from '$components/panels/RendererPanel';

View file

@ -15,7 +15,7 @@
todo public maps todo public maps
todo editing map on map list todo editing map on map list
todo setting map public on map list todo setting map public on map liste
done map catalogue done map catalogue
done public maps done public maps