When working with Next.js and the app router it is common to have multiple files all called page.tsx
in the listing.
Trust me, if I could call them something more descriptive I would. But unfortunately that’s the app router for you.
This makes it really hard to tell which file is which. It would be nice to have the filenames include maybe a parent folder or 2 so I know which is which.