import Link from 'next/link' import {ReactNode} from 'react' export type AdminLayoutProps = { children: ReactNode } export default function AdminLayout(props: AdminLayoutProps) { return (