diff --git a/app/root.tsx b/app/root.tsx
index 9fc6636..fec5ca8 100644
--- a/app/root.tsx
+++ b/app/root.tsx
@@ -9,6 +9,7 @@ import {
import type { Route } from "./+types/root";
import "./app.css";
+import NavBar from "./components/navbar";
export const links: Route.LinksFunction = () => [
{ rel: "preconnect", href: "https://fonts.googleapis.com" },
@@ -33,6 +34,7 @@ export function Layout({ children }: { children: React.ReactNode }) {