mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
change export syntax
This commit is contained in:
parent
dbb23cf113
commit
4bd8343338
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
import PaintEditorComponent from './components/paint-editor.jsx';
|
||||
|
||||
export {PaintEditorComponent as default};
|
||||
export default PaintEditorComponent;
|
||||
|
|
Loading…
Reference in a new issue