Skip to content

Commit 505c34f

Browse files
Abhijit Prajapatiapsinghdev
authored andcommitted
navbar repetition fix
1 parent 460b757 commit 505c34f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/web/src/app/(main)/(landing)/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
import Navbar from '@/components/landing-sections/navbar'
21
import React from 'react'
32

43
const Layout = ({ children }: { children: React.ReactNode }) => {
54
return (
65
<section>
7-
<Navbar />
86
{children}
97
</section>
108
)

0 commit comments

Comments
 (0)