Migrated to react-router-dom v6

This commit is contained in:
Przemek Więch
2025-01-23 17:50:18 +01:00
parent 3e0dc9ec0a
commit 7dac5da251
8 changed files with 98 additions and 211 deletions

View File

@@ -43,7 +43,7 @@ if (browser && browser.name === 'ie') {
<MediaContextProvider>
<style>{mediaStyles}</style>
<Router>
<Route component={App} />
<App />
</Router>
</MediaContextProvider>
</IntlProvider>,