mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
multiple export default causes a error
only one export default allowed per module.
This commit is contained in:
@@ -263,5 +263,3 @@ CodeEditor.defaultProps = {
|
|||||||
indentSize: 4,
|
indentSize: 4,
|
||||||
indentType: 'space'
|
indentType: 'space'
|
||||||
}
|
}
|
||||||
|
|
||||||
export default CodeEditor
|
|
||||||
|
|||||||
Reference in New Issue
Block a user