import { Suspense } from "react"; import { FlowsViewer } from "@nextsparkjs/core/components/devtools/FlowsViewer"; import { GitBranch } from "lucide-react"; import { getTranslations } from "next-intl/server"; /** * Flows Registry Page * * Displays all user journey flows from the testing registry with coverage information. * Provides filtering and search capabilities. */ async function DevFlowsPageContent() { const t = await getTranslations("devtools.flows"); return (
{t("description")}