ㅇtslint
This commit is contained in:
parent
5b2720776c
commit
6ba1798084
|
@ -28,8 +28,8 @@ const options = [{ key: 'southkorea', value: '82', text: 'South Korea(82)' },
|
|||
{ key: 'unitedstates', value: '1', text: 'United States(1)' }]
|
||||
|
||||
|
||||
export class SignUp extends React.Component<any, any> {
|
||||
constructor(props: any, context: any) {
|
||||
export class SignUp extends React.Component<Props, State> {
|
||||
constructor(props?: Props, context?: State) {
|
||||
super(props, context);
|
||||
|
||||
this.state = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user