import { Suspense } from "react"; import { ConfigViewer } from "@nextsparkjs/core/components/devtools"; import { Settings } from "lucide-react"; import { getTranslations } from "next-intl/server"; /** * Configuration Viewer Page * * Displays theme configuration and entity registry information. * Provides read-only view with JSON formatting and copy functionality. */ async function DevConfigPageContent() { const t = await getTranslations('dev.config'); return (
{t('description')}