These are special files in the App Router that automatically provide loading and error states for a route segment — Next.js wires them up with React Suspense and Error Boundaries so you don't write that boilerplate.
loading.tsx — instant loading UI via Suspense
() {
;
}
