From 4d383295b5bbffd9871978cf0e6cae33815e3ab9 Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Sun, 4 Aug 2024 13:45:02 +0200 Subject: [PATCH] refactor: Update layout to include Footer component --- app/layout.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index e20d949..471121e 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -72,13 +72,15 @@ export default function RootLayout({ >
-
-
- {children} - +
+
+
+ {children} + +
+
-