[errors]: default export error should distinguish between layout/page (#76294)
When you forget to export a component in the layout, the error message
points you to the page component, which is confusing.
This ensures the error points to the module that's missing the export.
Closes NDX-874