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