This commit is contained in:
Atridad Lahiji 2023-11-21 09:16:09 -07:00
parent 95a1950241
commit 8acad12e09
No known key found for this signature in database

View file

@ -3,7 +3,6 @@
import { UserButton, useUser } from "@clerk/nextjs";
import Link from "next/link";
import { useRouter, usePathname } from "next/navigation";
import { env } from "env.mjs";
interface NavbarProps {
title: string;