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