diff options
Diffstat (limited to 'frontend/src/components/home/ChooseNameForm.jsx')
-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 614ad172..619d967c 100644 --- a/frontend/src/components/home/ChooseNameForm.jsx +++ b/frontend/src/components/home/ChooseNameForm.jsx @@ -2,7 +2,7 @@ import { Classes, InputGroup, Intent } from '@blueprintjs/core'; import React, { Component } from 'react'; import { connect } from 'react-redux'; -import { actions } from '../../redux/players'; +import { actions } from '../../redux/actions/players'; import { IconButton } from '../shared/IconButton'; type ChooseNameFormPresenterProps = { |