From 3b8be7f41999e255db115d574aa0bb700006ad41 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Wed, 21 Jan 2026 05:03:29 +0000 Subject: [PATCH] feat: remove JSONStyleDesigner TSX wrapper (already JSON component) --- src/components/JSONStyleDesigner.tsx | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/components/JSONStyleDesigner.tsx diff --git a/src/components/JSONStyleDesigner.tsx b/src/components/JSONStyleDesigner.tsx deleted file mode 100644 index 219e9d8..0000000 --- a/src/components/JSONStyleDesigner.tsx +++ /dev/null @@ -1,6 +0,0 @@ -import { JSONPageRenderer, ComponentRendererProps } from './JSONPageRenderer' -import styleDesignerConfig from '@/config/pages/style-designer.json' - -export function JSONStyleDesigner() { - return -}