diff options
Diffstat (limited to 'frontend/src/containers/app.js')
-rw-r--r-- | frontend/src/containers/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/containers/app.js b/frontend/src/containers/app.js index 40602efc..a8779b64 100644 --- a/frontend/src/containers/app.js +++ b/frontend/src/containers/app.js @@ -53,7 +53,7 @@ const mapStateToProps = (state) => ({ }) -import { actions } from '../redux/game' +import { actions } from '../redux/games' const mapDispatchToProps = { createGame: actions.createGame } |