Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Start Development Server after Cloning the project. #2

Open
ganeshmajhi opened this issue Jan 29, 2022 · 0 comments
Open

Comments

@ganeshmajhi
Copy link

There are two errors

Solutions

  • Change the files in ./src/components/index.js.
  • from import MenuItem from './MenuItem/MenuItem';
  • to import MenuItem from './Menuitem/MenuItem';
  • Change the files in ./src/container/index.js.
  • from import FindUs from './FindUs/FindUs';
  • to import FindUs from './Findus/FindUs';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant