summaryrefslogtreecommitdiff
path: root/frontend/src/containers/App/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/containers/App/constants.js')
-rw-r--r--frontend/src/containers/App/constants.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/containers/App/constants.js b/frontend/src/containers/App/constants.js
new file mode 100644
index 00000000..be31f8cc
--- /dev/null
+++ b/frontend/src/containers/App/constants.js
@@ -0,0 +1 @@
+export const INITIALIZE_WS = 'app/INITIALIZE_WS'
bgstack15