import Link from 'next/link' import('lodash').then(_ => console.log(_.chunk(['a', 'b', 'c', 'd'], 2))) const Page = () => { return (

Page3

Page2
) } export default Page