1
0
Fork 0
mirror of synced 2024-09-09 22:16:26 +12:00
budibase/packages/server/appPackages/testApp2/components/Application Root.json
2019-10-10 06:18:02 +01:00

20 lines
398 B
JSON

{
"name": "Application Root",
"inherits": "@budibase/standard-components/nav",
"props": {
"items": [
{
"title": "Yeo index",
"component": {
"_component": "tables/Yeo index Table"
}
},
{
"title": "everyones_invoices",
"component": {
"_component": "tables/everyones_invoices Table"
}
}
]
}
}