import Link from "next/link"; import { listAllLabels } from "@/lib/db/queries"; import { Tag } from "lucide-react"; export const dynamic = "force-dynamic"; export default function LabelsPage() { const items = listAllLabels(); return (
{items.length} total
No labels yet.