I'm working on a project with Next.js
I added loading.tsx
inside the app directory, but when I try to delete it, I get an error;
Caused by: The system cannot find the file specified. (os error 2)
Import trace for requested module:
./src/app/loading.tsx
After deleting it, I am unable to bring up the application