File size: 94 Bytes
41a71fd |
1 2 3 4 |
import { lazy } from 'react';
export const MainPageAsync = lazy(() => import('./MainPage'));
|
41a71fd |
1 2 3 4 |
import { lazy } from 'react';
export const MainPageAsync = lazy(() => import('./MainPage'));
|