MVC Architecture for Full-Stack App

hey there folks… i can’t get see the solution, let alone own code rendered…

I’ve got this the bunch of message instead.

src/App.js
Line 0: Parsing error: ImportDeclaration should appear when the mode is ES6 and in the module context

src/components/ExpenseList.js
Line 0: Parsing error: ImportDeclaration should appear when the mode is ES6 and in the module context

src/components/LogExpense.js
Line 0: Parsing error: ImportDeclaration should appear when the mode is ES6 and in the module context

src/components/Modal.js
Line 0: Parsing error: ImportDeclaration should appear when the mode is ES6 and in the module context

src/index.js
Line 0: Parsing error: ImportDeclaration should appear when the mode is ES6 and in the module context

1 Like

Hi there!

What lesson is this exercise from? If you have the link handy, it can help others understand exactly where you might be running into trouble and how to fix it.

Here’s some more information about formatting your code so it’s easy to read in the forums!

Happy coding!

COURSE: Connecting Front-End to Back-End.

the errors come up whenever start the view.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.