From 135d94c976df40a9dfa745f8acdab680590e2455 Mon Sep 17 00:00:00 2001 From: M1000fr Date: Fri, 13 Dec 2024 13:31:41 +0100 Subject: [PATCH] refactor: organise --- src/app/auth/login/page.tsx | 2 +- src/app/layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/auth/login/page.tsx b/src/app/auth/login/page.tsx index 54ef1ab..799f21d 100644 --- a/src/app/auth/login/page.tsx +++ b/src/app/auth/login/page.tsx @@ -7,7 +7,7 @@ const LoginPage = () => { return (
-
+

Toogether

diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a466eed..cfc489b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children}