Skip to content

Commit

Permalink
vercel: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lombardoc4 committed May 23, 2024
1 parent cfa59d6 commit d8f7a8c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ export default async function RootLayout({
return (
<html lang='en' className='dark'>
<body className={clsx('min-h-screen', inter.className)}>
<Provider>
<TopNav />
{children}
</Provider>
<TopNav />
<Provider>{children}</Provider>
<Footer />
</body>
</html>
Expand Down

0 comments on commit d8f7a8c

Please sign in to comment.