import Link from "next/link"; import { Button, EmptyState } from "@/components/ds"; export default function CrmNotFound() { return (
} />
); }