Skip to content

Commit d164778

Browse files
praveenzspapsinghdev
authored andcommitted
added back navbar to layout file
1 parent 2116d01 commit d164778

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

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

34
const Layout = ({ children }: { children: React.ReactNode }) => {
45
return (
56
<section>
7+
<Navbar/>
68
{children}
79
</section>
810
)

0 commit comments

Comments
 (0)