création d'un nouvelle onglet pour l'affichage des informations durant la partie 🎨

pull/56/head
Pierre Ferreira 1 year ago committed by Thomas Chazot
parent 4a69797429
commit 4e12ba4bca

@ -77,7 +77,8 @@ function App() {
<Route path="/lobby" element={<Lobby/>} /> <Route path="/lobby" element={<Lobby/>} />
<Route path="/endgame" element={<EndGame/>} /> <Route path="/endgame" element={<EndGame/>} />
<Route path="/game" element={<InGame locale={locale} changeLocale={changeLocale}/>} /> <Route path="/game" element={<InGame locale={locale} changeLocale={changeLocale}/>} />
</Routes> <Route path="/info" element={<InfoPage/>} />
</Routes>
</BrowserRouter> </BrowserRouter>
</ThemeProvider> </ThemeProvider>
</IntlProvider> </IntlProvider>

Loading…
Cancel
Save