From 79aeccfd6c8a39b664768a56f2991e8c51611a9b Mon Sep 17 00:00:00 2001 From: Levi Planelles Date: Thu, 11 Dec 2025 12:58:40 +0100 Subject: [PATCH] actually adding sidebar --- app/layout.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 0d14234..3731b8c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -30,7 +30,13 @@ export default function RootLayout({ - {children} + + +
+ + {children} +
+
);