Skip to content

Commit

Permalink
fix: run biome
Browse files Browse the repository at this point in the history
  • Loading branch information
RUNFUNRUN committed Aug 4, 2024
1 parent 1864eb3 commit c44617c
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 @@ -2,8 +2,8 @@ import { ThemeProvider } from '@/providers/theme-provider';
import { GoogleAnalytics } from '@next/third-parties/google';
import type { Metadata } from 'next';
import './globals.css';
import NextAuthProvider from '@/providers/next-auth-provider';
import { cn } from '@/lib/utils';
import NextAuthProvider from '@/providers/next-auth-provider';
import { Inter } from 'next/font/google';

const inter = Inter({ subsets: ['latin'] });
Expand Down

0 comments on commit c44617c

Please sign in to comment.