Stackedit/src/data/defaultWorkspaces.js
2018-01-04 20:19:10 +00:00

7 lines
141 B
JavaScript

export default () => ({
main: {
name: 'Main workspace',
// The rest will be filled by the data/sanitizedWorkspaces getter
},
});