first-start / src /pages /LoginPage /ui /LoginPage.async.tsx
Артем Леванов
first commit
41a71fd
raw
history blame contribute delete
96 Bytes
import { lazy } from 'react';
export const LoginPageAsync = lazy(() => import('./LoginPage'));