diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 02:49:37 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 02:49:37 +0200 |
| commit | cb36c013f8a07f5feef8a9e9474b40eabc7472f6 (patch) | |
| tree | 275a9f2be11bd536b7336e3c7138d1701d12569e | |
| parent | 4fac5e3ccf896c5979147b4b461afae68a019a11 (diff) | |
comment
| -rw-r--r-- | app/client/index.jsx | 1 |
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' |
