From c2f545395b9b0ed11f495677c071b2f898f9440e Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 23:05:19 +0000 Subject: [PATCH] =?UTF-8?q?chore(prettier):=20=F0=9F=A4=96=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/_app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index e79f024..0f6ca97 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -1,7 +1,7 @@ import '~/styles/global.css' import type { AppProps } from 'next/app' -import { IBM_Plex_Mono, Inter, PT_Serif } from "next/font/google" +import { IBM_Plex_Mono, Inter, PT_Serif } from 'next/font/google' import { lazy } from 'react' export interface SharedPageProps {