1
0
Fork 0
mirror of synced 2024-08-04 12:51:47 +12:00
budibase/packages/server/appPackages/testApp2/pages.json
Michael Shanks b4f7ccbbba 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": []
}