www_ourverse_new/src/app/community/layout.jsx
2024-09-23 13:49:43 +02:00

6 lines
141 B
JavaScript

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