diff options
Diffstat (limited to 'frontend/src/containers/HomePage/actions.js')
-rw-r--r-- | frontend/src/containers/HomePage/actions.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/frontend/src/containers/HomePage/actions.js b/frontend/src/containers/HomePage/actions.js deleted file mode 100644 index e06d6fa2..00000000 --- a/frontend/src/containers/HomePage/actions.js +++ /dev/null @@ -1,6 +0,0 @@ -export const ENTER_GAME = 'homePage/ENTER_GAME' - -export const enterGame = (username) => ({ - type: ENTER_GAME, - username -}) |