1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

multiple export default causes a error

only one export default allowed per module.
This commit is contained in:
yosmoc
2016-08-27 02:25:39 +02:00
parent 458174a5f5
commit b550c0e9e3

View File

@@ -263,5 +263,3 @@ CodeEditor.defaultProps = {
indentSize: 4,
indentType: 'space'
}
export default CodeEditor