summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/routes.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes.tsx b/src/routes.tsx
index c0b637c3c..04b6fa96f 100644
--- a/src/routes.tsx
+++ b/src/routes.tsx
@@ -1,8 +1,8 @@
1import { Component, ReactElement } from 'react'; 1import { Component, ReactElement } from 'react';
2import { inject, observer } from 'mobx-react'; 2import { inject, observer } from 'mobx-react';
3import { Route } from 'react-router';
4import { 3import {
5 Navigate, 4 Navigate,
5 Route,
6 Routes, 6 Routes,
7 unstable_HistoryRouter as HistoryRouter, 7 unstable_HistoryRouter as HistoryRouter,
8} from 'react-router-dom'; 8} from 'react-router-dom';