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