feat: lint fix

This commit is contained in:
jszewczulak
2023-05-09 15:51:04 -04:00
committed by Leangseu Kim
parent 7ce1808b0a
commit 4b2e46e387

View File

@@ -16,7 +16,7 @@ import messages from './i18n';
import App from './App';
subscribe(APP_READY, () => {
lightning()
lightning();
ReactDOM.render(<App />, document.getElementById('root'));
});