export default function PhotoLayout({ children }) { return ( <> <h1>Photo Layout</h1> {children} </> ) }