Hey guys , an issue I keep running into
"Compiled with problems:X
ERROR in ./src/App.js 5:0-46
Module not found: Error: Cannot find file: 'ChatFeed.jsx' does not match the corresponding name on disk: '.\src\components\Components'.
ERROR in ./src/App.js 6:0-46
Module not found: Error: Cannot find file: 'LoginForm.jsx' does not match the corresponding name on disk: '.\src\components\Components'."
Is the issue I'm not sure why everything is in place and seems fine thinking its the program/ computer can someone check it for me? or have an idea what it may be
1-can you do one thing in ./src/App.js there import React from 'react' instead of 'React' just try and to check
import React from 'React' instead of using this use this->
import React from 'react'
2- you can install React-router by using command `npm install react-router-dom
` 3-delete the folder "node_modules/.cache" and then again run npm start because to make sure you get fully refreshed compilation process