2020-07-14 10:14:48 +08:00

21 lines
348 B
JSON

{
"componentName": "Page",
"fileName": "home",
"props": {},
"children": [
{
"componentName": "View",
"props": {},
"children": [
{
"componentName": "Text",
"props": {
"type": "primary"
},
"children": ["Welcome to Your Rax App!"]
}
]
}
]
}