diff options
author | Victor Chabbert <chabbertvi@eisti.eu> | 2017-01-20 23:18:57 +0100 |
---|---|---|
committer | Victor Chabbert <chabbertvi@eisti.eu> | 2017-01-20 23:25:26 +0100 |
commit | cc3db2982dc22899a9ebea21e8a8dfbfd710f842 (patch) | |
tree | d8e138b300a8d8fded0651ac6be204d8c3342e68 /frontend/src/containers/HomePage/actions.js | |
parent | Remove shitty code and move generator stars to the right (diff) | |
download | seven-wonders-cc3db2982dc22899a9ebea21e8a8dfbfd710f842.tar.gz seven-wonders-cc3db2982dc22899a9ebea21e8a8dfbfd710f842.tar.bz2 seven-wonders-cc3db2982dc22899a9ebea21e8a8dfbfd710f842.zip |
DUCKS! Refactor front architecture
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 -}) |