summaryrefslogtreecommitdiff
path: root/frontend/site/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-03-17 18:11:26 +0100
committerJules Laplace <julescarbon@gmail.com>2021-03-17 18:11:26 +0100
commitd165a0727e42349d935ab3ee287242f1e5029742 (patch)
treeb4fa68209127efdd4eb46c82eaef280535692611 /frontend/site/index.js
parent92566ba17f5e921d5bff1f3fb4e4b0d92ca4fd39 (diff)
frontend. export/view button. interactivity sanity check
Diffstat (limited to 'frontend/site/index.js')
-rw-r--r--frontend/site/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/site/index.js b/frontend/site/index.js
index 36eeae8..337d362 100644
--- a/frontend/site/index.js
+++ b/frontend/site/index.js
@@ -2,6 +2,8 @@ import React from 'react'
import ReactDOM from 'react-dom'
import { Provider } from 'react-redux'
+import './site.css'
+
import App from 'site/app'
import { store, history } from 'site/store'