diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d2bee2c..52a741a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,7 @@ import { TRPCReactProvider } from '@src/trpc/react'; import Sidebar from '@src/components/nav/Sidebar'; import { type Metadata } from 'next'; -import { GoogleAnalytics } from '@next/third-parties/google' +import { GoogleAnalytics } from '@next/third-parties/google'; const inter = Inter({ subsets: ['latin'],