summaryrefslogtreecommitdiff
path: root/frontend/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-01 19:45:15 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-01 19:45:15 +0200
commit3fb522534cff61576ac58ae466a2752585b8c44e (patch)
treebefac10b20e0c07e7e3fa32e77fc1429e8708e53 /frontend/index.js
parent288694ae9a61c59dba91e2357fa7785d95a51341 (diff)
setting up the database...
Diffstat (limited to 'frontend/index.js')
-rw-r--r--frontend/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/index.js b/frontend/index.js
index 39bcf86..94cac35 100644
--- a/frontend/index.js
+++ b/frontend/index.js
@@ -4,7 +4,6 @@ import { Provider } from 'react-redux'
import App from './app'
-import * as socket from './socket'
import { store, history } from './store'
const container = document.createElement('div')