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 -}