feat: lint fix
This commit is contained in:
committed by
Leangseu Kim
parent
7ce1808b0a
commit
4b2e46e387
@@ -16,7 +16,7 @@ import messages from './i18n';
|
||||
import App from './App';
|
||||
|
||||
subscribe(APP_READY, () => {
|
||||
lightning()
|
||||
lightning();
|
||||
ReactDOM.render(<App />, document.getElementById('root'));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user