From 58b3ca7c9ec7433f360efb64e9f23e618b31c34a Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 4 Mar 2024 14:03:23 +0000 Subject: [PATCH] fix: font not being applied --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9b20f0df..d869bcf8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -26,7 +26,7 @@ export default function RootLayout({ }) { return ( - + {children}