From 1b53c68ccfc0b905936b997b61830143d2f22144 Mon Sep 17 00:00:00 2001 From: Deedee Date: Sun, 29 Mar 2026 00:37:59 +0100 Subject: [PATCH 1/2] feat: implement root layout with theme provider and global context wrappers --- frontend/src/app/layout.tsx | 20 ++++++++++++++++++++ frontend/src/components/ThemeProvider.tsx | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index a4f7cfd..e8829db 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -37,6 +37,26 @@ export default async function RootLayout({ children }: { children: React.ReactNo return ( + +