Skip to content

Commit 2f5e536

Browse files
praveenzspapsinghdev
authored andcommitted
lint fix
1 parent d164778 commit 2f5e536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

44
const Layout = ({ children }: { children: React.ReactNode }) => {
55
return (
66
<section>
7-
<Navbar/>
7+
<Navbar />
88
{children}
99
</section>
1010
)

0 commit comments

Comments
 (0)