diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ce44ba9..dfda068 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1275,4 +1275,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index b5bcb1b..acd128f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; @@ -154,7 +154,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +}