1
0
Fork 0
mirror of synced 2024-07-18 04:36:08 +12:00
budibase/packages/server/appPackages/testApp2/pages.json
2019-09-22 05:02:33 +01:00

19 lines
290 B
JSON

{
"main": {
"index": {
"title": "main yeo"
},
"appBody": "mike"
},
"unauthenticated": {
"index": {
"title": "main"
},
"appBody": "containers/two_columns"
},
"componentLibraries": [
"@budibase/standard-components"
],
"stylesheets": []
}