renamed layt
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Layout } from '@/components/Layout'
|
||||
|
||||
export default function MainLayout({ children }) {
|
||||
export default function CommunityLayout({ children }) {
|
||||
return <Layout>{children}</Layout>
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import { Layout } from '@/components/Layout'
|
||||
|
||||
export default function MainLayout({ children }) {
|
||||
export default function FeaturesLayout({ children }) {
|
||||
return <Layout>{children}</Layout>
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import { Layout } from '@/components/Layout'
|
||||
|
||||
export default function MainLayout({ children }) {
|
||||
export default function UsecasesLayout({ children }) {
|
||||
return <Layout>{children}</Layout>
|
||||
}
|
||||
|
Reference in New Issue
Block a user