|
|
@ -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>
|
|
|
|