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
..
2026-03-13 15:34:06 +01:00
2026-03-13 15:34:06 +01:00
2026-03-13 14:57:30 +00:00
2026-03-13 15:34:06 +01:00
2025-11-17 08:45:39 +01:00