first-start / plop /templates /page /page.async.hbs
Артем Леванов
first commit
41a71fd
raw
history blame contribute delete
94 Bytes
import { lazy } from 'react';
export const {{name}}Async = lazy(() => import('./{{name}}'));