diff --git a/src/index.jsx b/src/index.jsx index 7816755..3fcf413 100755 --- a/src/index.jsx +++ b/src/index.jsx @@ -16,7 +16,7 @@ import messages from './i18n'; import App from './App'; subscribe(APP_READY, () => { - lightning() + lightning(); ReactDOM.render(, document.getElementById('root')); });