mirror of
https://github.com/SomboChea/ui
synced 2026-01-21 10:36:10 +07:00
fix: @typescript-eslint/explicit-function-return-type
This commit is contained in:
@@ -8,7 +8,7 @@ import App from './App';
|
||||
|
||||
const rootNode = document.getElementById('root');
|
||||
|
||||
const renderApp = Component => {
|
||||
const renderApp = (Component): void => {
|
||||
ReactDOM.render(
|
||||
<AppContainer>
|
||||
<Component />
|
||||
|
||||
Reference in New Issue
Block a user