diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fabf7ef..32de0e0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1414,4 +1414,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index ee3d5b5..aea8af7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,8 +44,8 @@ export default function HomePage() {
); -} \ No newline at end of file +}