File size: 102 Bytes
41a71fd
 
 
1
2
3
4
import { lazy } from 'react';

export const SomeTestPageAsync = lazy(() => import('./SomeTestPage'));