diff --git a/src/components/JSONLambdaDesigner.tsx b/src/components/JSONLambdaDesigner.tsx deleted file mode 100644 index 6e6fed5..0000000 --- a/src/components/JSONLambdaDesigner.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import { PageRenderer } from '@/lib/json-ui/page-renderer' -import lambdaDesignerSchema from '@/config/pages/lambda-designer.json' -import { PageSchema } from '@/types/json-ui' - -export function JSONLambdaDesigner() { - return ( - - ) -}