From 4312524b409fce51536a3bdc0bd257b2888fc20d Mon Sep 17 00:00:00 2001 From: manza Date: Thu, 28 Nov 2024 12:01:08 -0300 Subject: [PATCH] Staging deploy build fails: fix lint error (#30) --- web/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index a23652b0..1ceffaad 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -1,7 +1,7 @@ import { PropsWithChildren } from 'react'; import { Metadata } from 'next'; -import { IBM_Plex_Mono, IBM_Plex_Sans } from 'next/font/google'; +import { IBM_Plex_Sans } from 'next/font/google'; import { siteConfig } from 'common/config'; import { cn } from 'common/utils';