import {LayoutAdmin} from "@/components/layout"; import Image from 'next/image'; export default function Layout({ children }: { children: React.ReactNode }) { return(
{children}
Image
Logo Portabase
) }