'Delete the UploadVideo.jsx and remove react drop-zone. Because I didn't want any of these. And error occur in my web localhost. What should i do?

Got this error in chrome:

Compiled with problems:X

ERROR in ./src/App.js 13:0-53

Module not found: Error: Can't resolve './components/UploadVideo.1' in 'C:\Users\Panda \Desktop\web\src'



Got this error in VSCODE terminal:

**Failed to compile.

Module not found: Error: Can't resolve './components/UploadVideo.1' in 'C:\Users\Panda\Desktop\web\src'
WARNING in src\firebase\auth.js
  Line 1:8:  'firebase' is defined but never used  no-unused-vars

src\firebase\config.js
  Line 16:7:  'analytics' is assigned a value but never used  no-unused-vars

src\pages\CoachPage.jsx
  Line 29:18:   'createRoom' is defined but never used   no-unused-vars
  Line 32:11:   'db' is assigned a value but never used  no-unused-vars
  Line 72:12:   'joinRoom' is defined but never used     no-unused-vars
  Line 137:18:  'hangUp' is defined but never used       no-unused-vars

src\pages\Signup.js
  Line 40:10:  'isLoading' is assigned a value but never used  
 no-unused-vars
  Line 40:21:  'setLoading' is assigned a value but never used 
 no-unused-vars

ERROR in ./src/App.js 13:0-53
Module not found: Error: Can't resolve './components/UploadVideo.1' in 'C:\Users\Panda\Desktop\web\src'

webpack compiled with 1 error and 1 warning**


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source