We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d164778 commit 2f5e536Copy full SHA for 2f5e536
apps/web/src/app/(main)/(landing)/layout.tsx
@@ -1,10 +1,10 @@
1
-import React from 'react'
2
import Navbar from '@/components/landing-sections/navbar'
+import React from 'react'
3
4
const Layout = ({ children }: { children: React.ReactNode }) => {
5
return (
6
<section>
7
- <Navbar/>
+ <Navbar />
8
{children}
9
</section>
10
)
0 commit comments