summaryrefslogtreecommitdiff
path: root/frontend/site/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-03-31 19:41:58 +0200
committerJules Laplace <julescarbon@gmail.com>2021-03-31 19:41:58 +0200
commit87586f73fc5741070466d189dfab807a190753e5 (patch)
tree33fefbcb3478c8eb35896b7c08cde27c2ca0b1c9 /frontend/site/index.js
parentcda9c115283be8e4e224f6036ba07e5eca243289 (diff)
add potential to generate custom headers and custom pages
Diffstat (limited to 'frontend/site/index.js')
-rw-r--r--frontend/site/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/site/index.js b/frontend/site/index.js
index 337d362..6d80528 100644
--- a/frontend/site/index.js
+++ b/frontend/site/index.js
@@ -4,7 +4,7 @@ import { Provider } from 'react-redux'
import './site.css'
-import App from 'site/app'
+import App from './APP_TARGET'
import { store, history } from 'site/store'