default.js

If you navigate away from a parallel route, and a corresponding sub-folder cannot be found in one of the parallel routes, default.js will be used in place of page.js.

Try clicking on the link "Team" below. You will see that default.tsx will be used for the route segments '/' and '/@analytics', as these two parallel routes do not contain a folder named 'settings' with the file page.tsx.