I am getting an error when I run the project anyone else have this issue? ERROR in ./src/components/video_list_item.js Module build failed: SyntaxError: Unexpected token (7:15) 5 | }; 6 | > 7 | export defualt VideoListItem; | ^ 8 |
I am getting an error when I run the project anyone else have this issue?
ERROR in ./src/components/video_list_item.js
Module build failed: SyntaxError: Unexpected token (7:15)
5 | };
6 |