diff --git a/app/layout.tsx b/app/layout.tsx index 702d699c..8a670a45 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,3 +1,4 @@ +import { Navbar } from '@/components/navbar' import type { Metadata } from 'next' import { Sawarabi_Gothic } from 'next/font/google' import type React from 'react' @@ -20,7 +21,10 @@ export default function RootLayout({ }) { return ( -
{children} + +