summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/client/index.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/client/index.jsx b/app/client/index.jsx
index 9c18251..a5007ba 100644
--- a/app/client/index.jsx
+++ b/app/client/index.jsx
@@ -1,7 +1,6 @@
import { h, render } from 'preact'
import { Provider } from 'react-redux'
import { BrowserRouter, Switch, Route, Redirect } from 'react-router-dom'
-// import client from './client'
import { store, history } from './store'
import * as socket from './socket'