diff --git a/src/components/admin/NavBar.tsx b/src/components/admin/NavBar.tsx deleted file mode 100644 index 4999fca..0000000 --- a/src/components/admin/NavBar.tsx +++ /dev/null @@ -1,44 +0,0 @@ -"use client"; - -import Link from "next/link"; -import { signOut } from "next-auth/react"; -import { Button } from "@/components/ui/button"; - -export function NavBar() { - return ( - - ); -}