import { lazy } from 'react'; export const SomeTestPageAsync = lazy(() => import('./SomeTestPage'));