chore: fix linting errors

This commit is contained in:
SleepWalker
2020-10-11 21:19:12 +03:00
committed by ErickSkrauch
parent 831ab42155
commit cd8a5a8a8b
8 changed files with 81 additions and 70 deletions

View File

@@ -11,8 +11,8 @@ import ContextProvider from './ContextProvider';
import type { History } from 'history';
const SuccessOauthPage = React.lazy(() =>
import(/* webpackChunkName: "page-oauth-success" */ 'app/pages/auth/SuccessOauthPage'),
const SuccessOauthPage = React.lazy(
() => import(/* webpackChunkName: "page-oauth-success" */ 'app/pages/auth/SuccessOauthPage'),
);
interface Props {