Skip to content

Commit 8e87bd3

Browse files
committed
Run pnpm dedupe
1 parent f6c954a commit 8e87bd3

File tree

2 files changed

+43
-129
lines changed

2 files changed

+43
-129
lines changed

playground/app-router/src/app/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import './globals.css';
2-
import { Inter } from 'next/font/google';
3-
import { ClerkProvider } from '@clerk/nextjs';
41
import { Links } from '@/common/Links';
2+
import { ClerkProvider } from '@clerk/nextjs';
3+
import { Inter } from 'next/font/google';
4+
import './globals.css';
55

66
const inter = Inter({ subsets: ['latin'] });
77

0 commit comments

Comments
 (0)