aboutsummaryrefslogtreecommitdiff
path: root/modern/src/actions/index.js
diff options
context:
space:
mode:
authorditoaugusta <dt_ap@ymail.com>2020-03-25 00:26:02 +0700
committerditoaugusta <dt_ap@ymail.com>2020-03-25 00:26:02 +0700
commit4d200181a6a97c8143d0843f07d90072ef35e25c (patch)
tree06a4f732dc09511e5c1b80f9b030f4e60285477c /modern/src/actions/index.js
parent506fe663e2e3b9ffe9764f5c06b04524c4793534 (diff)
downloadetbsa-traccar-web-4d200181a6a97c8143d0843f07d90072ef35e25c.tar.gz
etbsa-traccar-web-4d200181a6a97c8143d0843f07d90072ef35e25c.tar.bz2
etbsa-traccar-web-4d200181a6a97c8143d0843f07d90072ef35e25c.zip
delete actions and reducers folder
Diffstat (limited to 'modern/src/actions/index.js')
-rw-r--r--modern/src/actions/index.js19
1 files changed, 0 insertions, 19 deletions
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
-})