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

17 lines
245 B
JSON

{
"main": {
"index": {},
"appBody": ""
},
"unauthenticated": {
"index": {
"title": "Test App Two"
},
"appBody": "login"
},
"componentLibraries": [
"budibase-standard-components"
],
"stylesheets": []
}