Conversation
javascript nonsense
Show content
@elomatreb I think "export default" defines the object you import when you type "import thing from 'package'".
In this example "thing" should be whatever was exported with "export default"
0
0
1