aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes.tsx')
-rw-r--r--src/routes.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes.tsx b/src/routes.tsx
index 6c26d4255..8150d135e 100644
--- a/src/routes.tsx
+++ b/src/routes.tsx
@@ -1,9 +1,9 @@
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';
3import { 4import {
4 Navigate, 5 Navigate,
5 Routes, 6 Routes,
6 Route,
7 unstable_HistoryRouter as HistoryRouter, 7 unstable_HistoryRouter as HistoryRouter,
8} from 'react-router-dom'; 8} from 'react-router-dom';
9import { HashHistory } from 'history'; 9import { HashHistory } from 'history';