import { Button } from "@/components/ui/button"; import { Link } from "@tanstack/react-router"; import { LayoutGrid } from "lucide-react"; export function ModelCatalogEmptyState() { return (

No providers configured yet

Configure your first model provider to see an overview of all providers, API keys, models, and usage metrics.
); }