Skip to content

Commit

Permalink
Also fix Type error: Cannot find name 'Page'. while we're at it
Browse files Browse the repository at this point in the history
  • Loading branch information
unitof committed May 23, 2024
1 parent 137f19f commit 67a6eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
<head></head>
<body>
<Fathom />
<Page>{children}</Page>
{children}
</body>
</html>
);
Expand Down

0 comments on commit 67a6eb3

Please sign in to comment.