1
0
Fork 0
mirror of synced 2024-09-16 09:17:40 +12:00
budibase/packages/builder/src/constants/index.js

20 lines
397 B
JavaScript

export const DEFAULT_PAGES_OBJECT = {
main: {
_props: {},
_screens: {},
index: {
_component: "./components/indexHtml",
},
appBody: "bbapp.main.json",
},
unauthenticated: {
_props: {},
_screens: {},
index: {
_component: "./components/indexHtml",
},
appBody: "bbapp.unauthenticated.json",
},
componentLibraries: [],
stylesheets: [],
}