aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes.tsx
diff options
context:
space:
mode:
authorLibravatar Muhamed <unknown>2023-05-27 16:33:26 +0530
committerLibravatar muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com>2023-07-23 22:15:29 +0530
commit792077667f19668d7a602f6a40d18517f21d240c (patch)
treee7c3ec4fe4d2d92d8d86159a4d926e29178edacc /src/routes.tsx
parent6.4.1-nightly.10 [skip ci] (diff)
downloadferdium-app-792077667f19668d7a602f6a40d18517f21d240c.tar.gz
ferdium-app-792077667f19668d7a602f6a40d18517f21d240c.tar.zst
ferdium-app-792077667f19668d7a602f6a40d18517f21d240c.zip
update react-router-dom,react-tooltip& react-transition-group
Diffstat (limited to 'src/routes.tsx')
-rw-r--r--src/routes.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes.tsx b/src/routes.tsx
index 04b6fa96f..beada5c96 100644
--- a/src/routes.tsx
+++ b/src/routes.tsx
@@ -51,6 +51,7 @@ class FerdiumRoutes extends Component<IProps> {
51 const errorProps = { error: routeProps.stores.globalError.error || {} }; 51 const errorProps = { error: routeProps.stores.globalError.error || {} };
52 52
53 return ( 53 return (
54 // @ts-expect-error
54 <HistoryRouter history={history}> 55 <HistoryRouter history={history}>
55 <Routes> 56 <Routes>
56 <Route path="/auth" element={<AuthLayoutContainer {...routeProps} />}> 57 <Route path="/auth" element={<AuthLayoutContainer {...routeProps} />}>