diff options
Diffstat (limited to 'frontend/src/redux/actions/all.js')
-rw-r--r-- | frontend/src/redux/actions/all.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/frontend/src/redux/actions/all.js b/frontend/src/redux/actions/all.js deleted file mode 100644 index 12522819..00000000 --- a/frontend/src/redux/actions/all.js +++ /dev/null @@ -1,5 +0,0 @@ -import type { GameAction } from './game'; -import type { LobbyAction } from './lobby'; -import type { PlayerAction } from './user'; - -export type Action = PlayerAction | LobbyAction | GameAction |