import { Card } from "@/src/components/ui/card"; import { SearchXIcon } from "lucide-react"; export const ObjectNotFoundCard = ({ type, }: { type: "TRACE" | "OBSERVATION" | "SESSION"; }) => (

{type.toLowerCase()} not found. Likely deleted.

);