Fix empty page

pull/2573/head
Jérémy Rialland 2023-04-11 09:55:53 +02:00 committed by Jérémy Rialland
parent 668b6bd2e8
commit afa644fcf4
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export default function Simulateurs() {
) : null)}
<Routes>
<Route
index
path="*"
element={
<Navigate to={absoluteSitePaths.simulateursEtAssistants} replace />
}