Manan Kinger
Results
1
issues of
Manan Kinger
Fixed the export default syntax. // this is incorrect export syntax export default data = [ ... ] The correct export syntax is export default [ ] or, we can...