-2
Failed to compile.
[1]
[1] ./src/index.js
[1] Module not found: Can't resolve '.components/App' in 'C:\Users\Adam\Desktop\ChatBot\client\src'`

I'm receiving this result when I run ...npm run dev

Please help me to solve this problem.

Adriano
  • 3,788
  • 5
  • 32
  • 53

1 Answers1

0

can you try import App from './components/App' instead '.components/App'