Files
low-code-react-app-b/src/config/pages/errors-page.json
2026-01-18 15:48:29 +00:00

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