1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00
budibase/packages/builder/src/components/userInterface/pagesParsing/defaultPagesObject.js

21 lines
403 B
JavaScript
Raw Normal View History

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