import Layout from '@/components/Layout' export default function MagicHelpLayout({ children, }: { children: React.ReactNode }) { return {children} }