From 7097c3d48d7131f11dae61a519197d18e32d27ed Mon Sep 17 00:00:00 2001 From: Ajay Negi Date: Sun, 1 Sep 2024 18:27:02 +0530 Subject: [PATCH] format code --- src/components/ui/Navbar.tsx | 41 +++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 10 deletions(-) diff --git a/src/components/ui/Navbar.tsx b/src/components/ui/Navbar.tsx index 6839e98..cb23a68 100644 --- a/src/components/ui/Navbar.tsx +++ b/src/components/ui/Navbar.tsx @@ -1,18 +1,39 @@ +// import Link from "next/link"; +// import styles from "./navbar.module.css"; +// +// export default function Navbar() { +// return (<> +//
+// +//
+//
+//
+// +// ); +// } import Link from "next/link"; import styles from "./navbar.module.css"; export default function Navbar() { - return (<> -
-