diff options
| author | jc0b <j@jc0b.computer> | 2020-07-29 11:53:57 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:48:45 +0200 |
| commit | cd93fc94b2bf4e7b10f168c7dd04a7affba60f33 (patch) | |
| tree | 3812de0945e3feeabdf46f6710896c3951c563c3 /frontend/src/actions/prefabs.js | |
| parent | 488d9ae5df13dcea208fc5cb3d609e0a9472bf53 (diff) | |
Debugging RoomStore
Diffstat (limited to 'frontend/src/actions/prefabs.js')
| -rw-r--r-- | frontend/src/actions/prefabs.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/actions/prefabs.js b/frontend/src/actions/prefabs.js index 8d262772..c112feed 100644 --- a/frontend/src/actions/prefabs.js +++ b/frontend/src/actions/prefabs.js @@ -3,7 +3,6 @@ export const DELETE_PREFAB = 'DELETE_PREFAB' export const DELETE_PREFAB_SUCCEEDED = 'DELETE_PREFAB_SUCCEEDED' export const OPEN_PREFAB_SUCCEEDED = 'OPEN_PREFAB_SUCCEEDED' -//infer rackID from state in saga later export function addPrefab(name) { return { type: ADD_PREFAB, |
