diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-21 00:50:15 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-21 00:50:15 +0200 |
| commit | 0b854ecccfe7832ba9a837605822a103fd9d8bc0 (patch) | |
| tree | d4a11b5677ff96618d29b114e43d25a334f66412 /client/index.jsx | |
| parent | fbbb3a348018081bb2a89439eb3275153105d2e0 (diff) | |
clearing out old code
Diffstat (limited to 'client/index.jsx')
| -rw-r--r-- | client/index.jsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/index.jsx b/client/index.jsx new file mode 100644 index 0000000..ea3a726 --- /dev/null +++ b/client/index.jsx @@ -0,0 +1,5 @@ +import { h, render } from 'preact' +import App from './components/App.jsx' +import { BrowserRouter } from 'react-router-dom' + +render(<BrowserRouter><App /></BrowserRouter>, document.getElementById('container')) |
