added button

This commit is contained in:
snoop 2017-06-04 19:55:17 +09:00
parent 8eb9d20701
commit ee0806c17c

View File

@ -171,7 +171,7 @@ export class Regist extends React.Component<any, any> {
/>
<br />
<RaisedButton label="Sign Up" primary={true} style={styles.button} onClick={this.handleSignUp.bind(this)} />
</div>
);
}