From 0890fdd951d021308550a0db2e7b6f2593512957 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 30 May 2020 17:27:04 +0200 Subject: initial site copied in --- frontend/index.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 frontend/index.js (limited to 'frontend/index.js') diff --git a/frontend/index.js b/frontend/index.js new file mode 100644 index 0000000..39bcf86 --- /dev/null +++ b/frontend/index.js @@ -0,0 +1,17 @@ +import React from 'react' +import ReactDOM from 'react-dom' +import { Provider } from 'react-redux' + +import App from './app' + +import * as socket from './socket' +import { store, history } from './store' + +const container = document.createElement('div') +document.body.appendChild(container) + +ReactDOM.render( + + + , container +) -- cgit v1.2.3-70-g09d2