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

app-legacy-edge-layout

{children} ) }