summaryrefslogtreecommitdiff
path: root/frontend/index.js
diff options
context:
space:
mode:
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(