From 1277acb98a22ed10e3b85070e1d339d7bb56248c Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Thu, 26 Oct 2023 21:21:36 -0500 Subject: [PATCH] Add comment --- app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/layout.tsx b/app/layout.tsx index 58f5a9708..57c456809 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,4 +1,5 @@ import Navbar from 'components/layout/navbar'; +// @ts-ignore - We still need to publish types here import { GeistSans } from 'geist/font'; import { ensureStartsWith } from 'lib/utils'; import { ReactNode, Suspense } from 'react';