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