add test blank
This commit is contained in:
parent
648c7a6561
commit
94e2a39761
@ -12,6 +12,17 @@ import { Components } from './containers/test/Components';
|
||||
// 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> {
|
||||
constructor(props: any, context: any) {
|
||||
super(props, context);
|
||||
@ -33,7 +44,7 @@ export class Routes extends React.Component<any, any> {
|
||||
|
||||
<Switch>
|
||||
|
||||
|
||||
<Route exact path='/' component={Blank} />
|
||||
<Route exact path='/test2' component={SignUp} />
|
||||
<Route exact path='/test3' component={SignIn} />
|
||||
<Route exact path='/test4' component={PWChange} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user