mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
remove the default imported costume
This commit is contained in:
parent
01d1ddec9d
commit
4d0e2b4c44
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ ReactDOM.render((
|
||||||
<PaintEditor
|
<PaintEditor
|
||||||
rotationCenterX={0}
|
rotationCenterX={0}
|
||||||
rotationCenterY={0}
|
rotationCenterY={0}
|
||||||
svg={svgString}
|
|
||||||
onUpdateSvg={onUpdateSvg}
|
onUpdateSvg={onUpdateSvg}
|
||||||
/>
|
/>
|
||||||
</IntlProvider>
|
</IntlProvider>
|
||||||
|
|
Loading…
Reference in a new issue