Summary
<AnimatedRoutes>\ (which wraps <Route>\ elements with \ErrorBoundary\ + \PageTransition) is defined but never rendered in the component tree. The raw <Routes>\ is used instead.
Details
- The \AnimatedRoutes\ component is defined in the codebase but never mounted
- \ErrorBoundary\ — intended to catch crashes in /forge\ and /focus\ routes — is completely dead
- \PageTransition\ animations between routes are never applied
- Layout positioning for these two routes is incorrect
Impact
A render crash shows a white screen with no recovery. Route transitions appear broken. Overlapping content on the forge/focus pages.
Suggested Fix
Replace <Routes>\ with <AnimatedRoutes>\ in the component tree.
Summary
<AnimatedRoutes>\ (which wraps <Route>\ elements with \ErrorBoundary\ + \PageTransition) is defined but never rendered in the component tree. The raw <Routes>\ is used instead.
Details
Impact
A render crash shows a white screen with no recovery. Route transitions appear broken. Overlapping content on the forge/focus pages.
Suggested Fix
Replace <Routes>\ with <AnimatedRoutes>\ in the component tree.