Skip to content

Commit

Permalink
added interface for state
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchoo93 committed Sep 9, 2020
1 parent 3970a54 commit 49dcb41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const LoginPage: React.FC = () => {
// state for login form
const [loginForm, setLoginForm] = useState<loginState>(initialState);

// handle submit for button
const handleSubmit = (): void => {};
return (
<TouchableWithoutFeedback onPress={Keyboard.dismiss} accessible={false}>
<View style={styles.container}>
Expand Down

0 comments on commit 49dcb41

Please sign in to comment.