diff options
Diffstat (limited to 'frontend/src/components/home')
-rw-r--r-- | frontend/src/components/home/ChooseNameForm.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/home/ChooseNameForm.jsx b/frontend/src/components/home/ChooseNameForm.jsx index 386f249b..c33dce2a 100644 --- a/frontend/src/components/home/ChooseNameForm.jsx +++ b/frontend/src/components/home/ChooseNameForm.jsx @@ -5,7 +5,7 @@ import { connect } from 'react-redux'; import { actions } from '../../redux/players'; import { IconButton } from '../shared/IconButton'; -export type ChooseNameFormPresenterProps = { +type ChooseNameFormPresenterProps = { chooseUsername: (username: string) => void, } |