Jonathan Fu
Results
1
comments of
Jonathan Fu
Can not use more than one export default in a file. So removing the first `default` in the file below fixed this issue. > app/containers/App.js > `export default class App`...