feat(simulations): RapportPage avec floutage conditionnel — Sprint 3 étape 15

This commit is contained in:
Hermann_Kitio 2026-04-20 03:46:18 +03:00
parent 1dbca24c35
commit 47d5ec9524
5 changed files with 1484 additions and 7 deletions

View file

@ -6,6 +6,7 @@ import { RegisterPage } from '@/features/auth/pages/RegisterPage'
import { ProtectedRoute } from '@/features/auth/components/ProtectedRoute'
import { DashboardPage } from '@/features/dashboard/pages/DashboardPage'
import { SimulationPage } from '@/features/simulations/pages/SimulationPage'
import { RapportPage } from '@/features/simulations/pages/RapportPage'
import { AppLayout } from './AppLayout'
const DesignSystemPage = import.meta.env.DEV
@ -49,7 +50,7 @@ export function AppRouter() {
<Route path="/simulation/eo" element={<ComingSoon />} />
{/* Rapport */}
<Route path="/rapport/:id" element={<ComingSoon />} />
<Route path="/rapport/:id" element={<RapportPage />} />
{/* Autres sections — Sprint 4+ */}
<Route path="/examen" element={<ComingSoon />} />