diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 670f763..5e3e247 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -24,6 +24,28 @@ const getSession = cache(async () => {
return session;
});
+export function Footer() {
+ return (
+
+ );
+}
+
export default async function RootLayout({
children,
}: {
@@ -43,6 +65,7 @@ export default async function RootLayout({
{children}
+