remove the default imported costume

This commit is contained in:
DD 2017-10-05 18:53:35 -04:00
parent 01d1ddec9d
commit 4d0e2b4c44

View file

@ -32,7 +32,6 @@ ReactDOM.render((
<PaintEditor <PaintEditor
rotationCenterX={0} rotationCenterX={0}
rotationCenterY={0} rotationCenterY={0}
svg={svgString}
onUpdateSvg={onUpdateSvg} onUpdateSvg={onUpdateSvg}
/> />
</IntlProvider> </IntlProvider>