feat: remove JSONStyleDesigner TSX wrapper (already JSON component)

This commit is contained in:
2026-01-21 05:03:29 +00:00
parent c92b182a21
commit 3b8be7f419

View File

@@ -1,6 +0,0 @@
import { JSONPageRenderer, ComponentRendererProps } from './JSONPageRenderer'
import styleDesignerConfig from '@/config/pages/style-designer.json'
export function JSONStyleDesigner() {
return <JSONPageRenderer schema={styleDesignerConfig as ComponentRendererProps['schema']} />
}