add test blank

This commit is contained in:
snoop 2017-07-12 18:01:13 +09:00
parent 648c7a6561
commit 94e2a39761

View File

@ -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} />