1
0
Fork 0
mirror of synced 2024-09-10 06:26:02 +12:00
budibase/packages/server/appPackages/master/pages.json

17 lines
253 B
JSON
Raw Normal View History

{
"main": {
"index": {},
"appBody": ""
},
"unauthenticated": {
"index": {
"title": "Test App Two"
},
"appBody": "login_screen"
},
"componentLibraries": [
2019-09-10 21:37:08 +12:00
"@budibase/standard-components"
],
"stylesheets": []
}