Skip to content

Commit

Permalink
fix bad formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Oct 14, 2024
1 parent d529c76 commit e9843c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit e9843c3

Please sign in to comment.