change export syntax

This commit is contained in:
DD Liu 2017-07-18 14:41:40 -04:00
parent dbb23cf113
commit 4bd8343338

View file

@ -1,3 +1,3 @@
import PaintEditorComponent from './components/paint-editor.jsx';
export {PaintEditorComponent as default};
export default PaintEditorComponent;