add back Redirect import
This commit is contained in:
parent
3953b101a9
commit
fa1e538d5a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
// @flow
|
||||
import * as PAGES from 'constants/pages';
|
||||
import React, { useEffect } from 'react';
|
||||
import { Route, Switch, withRouter } from 'react-router-dom';
|
||||
import { Route, Redirect, Switch, withRouter } from 'react-router-dom';
|
||||
import SettingsPage from 'page/settings';
|
||||
import HelpPage from 'page/help';
|
||||
import ReportPage from 'page/report';
|
||||
|
|
Loading…
Add table
Reference in a new issue