mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
feat: remove JSONLambdaDesigner TSX wrapper (already JSON component)
This commit is contained in:
@@ -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 (
|
||||
<PageRenderer schema={lambdaDesignerSchema as PageSchema} />
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user