Files
Railway Agent b33e2e00cc Fix AdministrationView missing default export
## Problem\nThe Vite build is failing with:\n\n\nThis is causing the entire build to fail because Vite requires all view components to have a default export.\n\n## Solution\nAdded a default export to . The component was already being created and exported as a named export, but Vite's build process requires a default export for route components.\n\n## Changes\n- Added  to \n
2026-06-07 16:14:29 +00:00
..