diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-31 19:41:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-31 19:41:58 +0200 |
| commit | 87586f73fc5741070466d189dfab807a190753e5 (patch) | |
| tree | 33fefbcb3478c8eb35896b7c08cde27c2ca0b1c9 /frontend/site/index.js | |
| parent | cda9c115283be8e4e224f6036ba07e5eca243289 (diff) | |
add potential to generate custom headers and custom pages
Diffstat (limited to 'frontend/site/index.js')
| -rw-r--r-- | frontend/site/index.js | 2 |
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' |
