"use client"; import clsx from "clsx"; import { useI18n } from "@/hooks/useI18n"; import { CityDetail } from "@/lib/dashboard-types"; import { getModelView } from "@/lib/model-utils"; function EmptyState({ text }: { text: string }) { return (