diff options
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' |
