Skip to content

Commit 552ef65

Browse files
committed
Revert pnpm-lock.yaml changes
Revert pnpm-lock.yaml changes
1 parent be67680 commit 552ef65

File tree

2 files changed

+10
-83
lines changed

2 files changed

+10
-83
lines changed

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

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

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

@@ -15,13 +15,13 @@ export default function RootLayout({ children }: { children: React.ReactNode })
1515
return (
1616
<ClerkProvider clerkJSUrl={'https://js.lclclerk.com/npm/clerk.browser.js'}>
1717
<html lang='en'>
18-
<body className={inter.className}>
19-
<Links />
20-
<div style={{ margin: '1rem', padding: '1rem', border: '1px solid green' }}>
21-
<h2>Root layout</h2>
22-
{children}
23-
</div>
24-
</body>
18+
<body className={inter.className}>
19+
<Links />
20+
<div style={{ margin: '1rem', padding: '1rem', border: '1px solid green' }}>
21+
<h2>Root layout</h2>
22+
{children}
23+
</div>
24+
</body>
2525
</html>
2626
</ClerkProvider>
2727
);

pnpm-lock.yaml

Lines changed: 0 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)