mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
chore: fix linting errors
This commit is contained in:
committed by
ErickSkrauch
parent
831ab42155
commit
cd8a5a8a8b
@@ -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 {
|
||||
|
Reference in New Issue
Block a user