summaryrefslogtreecommitdiff
path: root/client/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-29 01:18:06 +0200
committerJules Laplace <julescarbon@gmail.com>2017-06-29 01:18:06 +0200
commit50904f4b010c417d558174005a7b4c5868e7d8d9 (patch)
tree2fb9bad10e09ff66ccc5313289a62367843326a3 /client/index.js
parenta190d638c608f4352e3f01d72ed419a5ab5129ed (diff)
sketch folder stuff
Diffstat (limited to 'client/index.js')
-rw-r--r--client/index.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/client/index.js b/client/index.js
deleted file mode 100644
index b78c5ea..0000000
--- a/client/index.js
+++ /dev/null
@@ -1,12 +0,0 @@
-import { h, render } from 'preact'
-import App from './components/App.jsx'
-import { BrowserRouter } from 'react-router-dom'
-
-const app = (
- <BrowserRouter>
- <App />
- </BrowserRouter>
-)
-
-render(app, document.getElementById('container'))
-