mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 01:22:48 +00:00
build: eslint
This commit is contained in:
@@ -18,7 +18,7 @@ import './scss/index.scss';
|
||||
import { rootStoreInstance } from './stores';
|
||||
import { Wrapper } from './wrapper';
|
||||
|
||||
const App: any = (): any => {
|
||||
const App = () => {
|
||||
return (
|
||||
<BrowserRouter>
|
||||
<Provider {...rootStoreInstance}>
|
||||
@@ -41,4 +41,4 @@ const App: any = (): any => {
|
||||
);
|
||||
};
|
||||
|
||||
ReactDOM.render((<App />) as any, document.getElementById('app'));
|
||||
ReactDOM.render(<App />, document.getElementById('app'));
|
||||
|
||||
Reference in New Issue
Block a user