dev_auth
parent
8dc47a2157
commit
7191fb89f8
@ -1,30 +1,30 @@
|
||||
import React, { Component } from 'react';
|
||||
|
||||
import { BrowserRouter as Router, Route, Link, Switch } from "react-router-dom";
|
||||
|
||||
import Loading from '../../Loading';
|
||||
|
||||
import Loadable from 'react-loadable';
|
||||
|
||||
// import { TPMIndexHOC } from '../tpm/TPMIndexHOC';
|
||||
|
||||
import { SnackbarHOC, getImageUrl } from 'educoder';
|
||||
import LoginRegisterComponent from './LoginRegisterComponent';
|
||||
import FindPasswordComponent from './FindPasswordComponent';
|
||||
|
||||
class LoginRegisterPage extends Component {
|
||||
render() {
|
||||
// newMain clearfix
|
||||
return (
|
||||
<div className="">
|
||||
login
|
||||
<LoginRegisterComponent {...this.props} {...this.state}></LoginRegisterComponent>
|
||||
<br></br>
|
||||
<br></br>
|
||||
<FindPasswordComponent {...this.props} {...this.state}></FindPasswordComponent>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default SnackbarHOC() ( ( LoginRegisterPage ));
|
||||
import React, { Component } from 'react';
|
||||
|
||||
import { BrowserRouter as Router, Route, Link, Switch } from "react-router-dom";
|
||||
|
||||
import Loading from '../../Loading';
|
||||
|
||||
import Loadable from 'react-loadable';
|
||||
|
||||
// import { TPMIndexHOC } from '../tpm/TPMIndexHOC';
|
||||
|
||||
import { SnackbarHOC, getImageUrl } from 'educoder';
|
||||
import LoginRegisterComponent from './LoginRegisterComponent';
|
||||
import FindPasswordComponent from './FindPasswordComponent';
|
||||
|
||||
class LoginRegisterPage extends Component {
|
||||
render() {
|
||||
// newMain clearfix
|
||||
return (
|
||||
<div className="">
|
||||
|
||||
<LoginRegisterComponent {...this.props} {...this.state}></LoginRegisterComponent>
|
||||
<br></br>
|
||||
<br></br>
|
||||
<FindPasswordComponent {...this.props} {...this.state}></FindPasswordComponent>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default SnackbarHOC() ( ( LoginRegisterPage ));
|
||||
|
Loading…
Reference in new issue