import { Layout } from '@/components/Layout' export default function CommunityLayout({ children }) { return {children} }