mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
24 lines
448 B
JSON
24 lines
448 B
JSON
{
|
|
"id": "errors-page",
|
|
"name": "Errors",
|
|
"description": "Error diagnosis",
|
|
"icon": "Warning",
|
|
"layout": {
|
|
"$ref": "./layouts/single-column.json"
|
|
},
|
|
"dataSources": [],
|
|
"components": [
|
|
{
|
|
"$ref": "./molecules/page-header-standard.json",
|
|
"children": [
|
|
{
|
|
"$ref": "./atoms/heading-1.json",
|
|
"props": {
|
|
"children": "Errors & Diagnostics"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|