For example, what if I want to have an html page at /users/:id but also be able to fetch just the loader JSON.
Only way I can see to do it is to add a resource route that imports the loader and action:
export { loader, action } from 'users.$id._index.tsx'```
Not terrible, but would be nice to avoid a bunch of these one-line files inside `routes/`