From 4d200181a6a97c8143d0843f07d90072ef35e25c Mon Sep 17 00:00:00 2001 From: ditoaugusta Date: Wed, 25 Mar 2020 00:26:02 +0700 Subject: delete actions and reducers folder --- modern/src/actions/index.js | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 modern/src/actions/index.js (limited to 'modern/src/actions/index.js') diff --git a/modern/src/actions/index.js b/modern/src/actions/index.js deleted file mode 100644 index 5527810..0000000 --- a/modern/src/actions/index.js +++ /dev/null @@ -1,19 +0,0 @@ -export const updateDevices = devices => ({ - type: 'UPDATE_DEVICES', - devices -}) - -export const updatePositions = positions => ({ - type: 'UPDATE_POSITIONS', - positions -}); - -export const updateEvents = events => ({ - type: 'UPDATE_EVENTS', - events -}) - -export const selectDevice = device => ({ - type: 'SELECT_DEVICE', - device -}) -- cgit v1.2.3