1
0
Fork 0
mirror of synced 2024-08-04 12:51:47 +12:00
budibase/packages/server/appPackages/testApp2/pages.json

19 lines
305 B
JSON
Raw Normal View History

{
2019-08-20 19:24:07 +12:00
"main": {
2019-09-22 16:02:33 +12:00
"index": {
"title": "main yeo"
},
2019-10-07 18:03:41 +13:00
"appBody": "common/Prim Button"
2019-08-20 19:24:07 +12:00
},
"unauthenticated": {
"index": {
2019-09-22 16:02:33 +12:00
"title": "main"
},
2019-10-07 18:03:41 +13:00
"appBody": "common/Secondary Button"
2019-08-20 19:24:07 +12:00
},
2019-09-09 16:24:14 +12:00
"componentLibraries": [
2019-09-10 21:37:08 +12:00
"@budibase/standard-components"
2019-09-09 16:24:14 +12:00
],
2019-09-07 17:50:35 +12:00
"stylesheets": []
2019-08-20 19:24:07 +12:00
}