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