diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7273163..2e20f81 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -36,6 +36,9 @@ export default function RootLayout({ {children} @@ -1261,4 +1264,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 646aa98..22a3361 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -381,4 +381,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}