"use client"; import { observer } from "mobx-react"; import { Briefcase } from "lucide-react"; // ui import { Breadcrumbs, Logo } from "@plane/ui"; // components import { BreadcrumbLink } from "@/components/common"; // hooks import { useProject } from "@/hooks/store"; export const ProjectBreadcrumb = observer(() => { // store hooks const { currentProjectDetails } = useProject(); return ( ) ) : ( ) } /> } /> ); });