The App Shell is the frame the rest of the dashboard renders into. It owns the layout, client-side routing and the authentication session, so individual views like the Fleet Table can focus purely on their data.
One place for cross-cutting concerns
Auth, navigation chrome and global error boundaries live here once, instead of being re-implemented by every feature view.