chore: transfer repo
This commit is contained in:
12
app/[page]/layout.tsx
Normal file
12
app/[page]/layout.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Footer } from 'components/layout/footer';
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<>
|
||||
<div className="w-full">
|
||||
<div className="mx-8 max-w-2xl py-20 sm:mx-auto">{children}</div>
|
||||
</div>
|
||||
<Footer />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user