From f9ddf0708597ea2164202ef60c5982910ba7e1c2 Mon Sep 17 00:00:00 2001 From: Brad Ullman Date: Sat, 1 Apr 2023 23:17:49 -0700 Subject: [PATCH] remove dupe main (#355) --- pages/_app.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/_app.tsx b/pages/_app.tsx index 1cf463f..0ef2d18 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -8,10 +8,10 @@ const inter = Inter({ subsets: ['latin'] }); function App({ Component, pageProps }: AppProps<{}>) { return ( -
+
-
+ ); }