1
0
Fork 0
mirror of synced 2024-07-18 12:46:16 +12:00
budibase/packages/server/appPackages/testApp2/pages.json
Michael Shanks 2f028b1f1e generators..
2019-10-07 06:03:41 +01:00

19 lines
305 B
JSON

{
"main": {
"index": {
"title": "main yeo"
},
"appBody": "common/Prim Button"
},
"unauthenticated": {
"index": {
"title": "main"
},
"appBody": "common/Secondary Button"
},
"componentLibraries": [
"@budibase/standard-components"
],
"stylesheets": []
}