Forgotpassword file delete
This commit is contained in:
parent
1a6e90300a
commit
4d3647bfd2
|
@ -35,6 +35,7 @@
|
|||
"@types/react-router-redux": "^5.0.3",
|
||||
"@types/react-tap-event-plugin": "^0.0.30",
|
||||
"@types/redux": "^3.6.0",
|
||||
"@types/whatwg-fetch": "^0.0.33",
|
||||
"awesome-typescript-loader": "^3.1.3",
|
||||
"check-dependencies": "^1.0.1",
|
||||
"copy-webpack-plugin": "^4.0.1",
|
||||
|
@ -87,7 +88,8 @@
|
|||
"redux-saga": "^0.15.4",
|
||||
"reflect-metadata": "^0.1.10",
|
||||
"reselect": "^3.0.1",
|
||||
"semantic-ui-react": "^0.71.1"
|
||||
"semantic-ui-react": "^0.71.1",
|
||||
"whatwg-fetch": "^2.0.3"
|
||||
},
|
||||
"jest": {
|
||||
"moduleFileExtensions": [
|
||||
|
|
|
@ -3,7 +3,6 @@ import { Route, RouteProps, Switch } from 'react-router-dom';
|
|||
|
||||
import SignIn from '../views/member/SignIn';
|
||||
import SignUp from '../views/member/SignUp';
|
||||
import PWChange from '../views/member/ForgotPassword';
|
||||
import SensorList from '../views/monitoring/sensor/List';
|
||||
import SensorSetup from '../views/monitoring/sensor/Setup';
|
||||
import ProbeList from '../views/monitoring/probe/List';
|
||||
|
@ -52,7 +51,6 @@ const routes = (
|
|||
{/*<Route path='/sensorList' component={SensorList} />*/}
|
||||
<Route exact path='/test2' component={SignUp} />
|
||||
<Route exact path='/test3' component={SignIn} />
|
||||
<Route exact path='/test4' component={PWChange} />
|
||||
<Route exact path='/test24' component={Discovery} />
|
||||
|
||||
<Route exact path='/probes' component={ProbeList} />
|
||||
|
|
Loading…
Reference in New Issue
Block a user