add test blank
This commit is contained in:
@@ -12,6 +12,17 @@ import { Components } from './containers/test/Components';
|
|||||||
// import { Layout } from './containers/test/layout/Layout'
|
// import { Layout } from './containers/test/layout/Layout'
|
||||||
|
|
||||||
|
|
||||||
|
export class Blank extends React.Component<any, any> {
|
||||||
|
render() {
|
||||||
|
return (<div>
|
||||||
|
|
||||||
|
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
|
||||||
|
|
||||||
|
</div>);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
export class Routes extends React.Component<any, any> {
|
export class Routes extends React.Component<any, any> {
|
||||||
constructor(props: any, context: any) {
|
constructor(props: any, context: any) {
|
||||||
super(props, context);
|
super(props, context);
|
||||||
@@ -33,7 +44,7 @@ export class Routes extends React.Component<any, any> {
|
|||||||
|
|
||||||
<Switch>
|
<Switch>
|
||||||
|
|
||||||
|
<Route exact path='/' component={Blank} />
|
||||||
<Route exact path='/test2' component={SignUp} />
|
<Route exact path='/test2' component={SignUp} />
|
||||||
<Route exact path='/test3' component={SignIn} />
|
<Route exact path='/test3' component={SignIn} />
|
||||||
<Route exact path='/test4' component={PWChange} />
|
<Route exact path='/test4' component={PWChange} />
|
||||||
|
|||||||
Reference in New Issue
Block a user