import Image from 'next/legacy/image' import testPng from '../../images/test.png' export default function LegacyLayout({ children }) { return ( <>

app-legacy-layout

{children} ) }