mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 21:54:56 +00:00
7 lines
223 B
TypeScript
7 lines
223 B
TypeScript
import { JSONPageRenderer } from './JSONPageRenderer'
|
|
import styleDesignerConfig from '@/config/pages/style-designer.json'
|
|
|
|
export function JSONStyleDesigner() {
|
|
return <JSONPageRenderer config={styleDesignerConfig} />
|
|
}
|