summaryrefslogtreecommitdiff
path: root/frontend/src/sagas/home.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/sagas/home.js')
-rw-r--r--frontend/src/sagas/home.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/frontend/src/sagas/home.js b/frontend/src/sagas/home.js
deleted file mode 100644
index 24f385c9..00000000
--- a/frontend/src/sagas/home.js
+++ /dev/null
@@ -1,5 +0,0 @@
-function *homeSaga(wsConnection) {
- yield console.log('home saga')
-}
-
-export default homeSaga
bgstack15