import dynamic from 'next/dynamic' const Nested2 = dynamic(() => import('./nested2')) export default () => (
Nested 1
)