summaryrefslogtreecommitdiff
path: root/frontend/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-02 16:09:59 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-02 16:09:59 +0200
commit2db55c3d261ddee52019bbd06dc5f6545db39c16 (patch)
tree4afe164982b81ca8cbd239e9f08567e8ae7fb2cf /frontend/index.js
parent42d5e59335d97aa0cf165f2aedf8d04f60db9310 (diff)
form for making a new graph. add username field to db
Diffstat (limited to 'frontend/index.js')
-rw-r--r--frontend/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/index.js b/frontend/index.js
index 94cac35..6f1a0a5 100644
--- a/frontend/index.js
+++ b/frontend/index.js
@@ -7,6 +7,7 @@ import App from './app'
import { store, history } from './store'
const container = document.createElement('div')
+container.classList.add('container')
document.body.appendChild(container)
ReactDOM.render(