Stackedit/src/data/defaultWorkspaces.js

7 lines
141 B
JavaScript
Raw Normal View History

2017-12-10 23:49:20 +00:00
export default () => ({
main: {
name: 'Main workspace',
2018-01-04 20:19:10 +00:00
// The rest will be filled by the data/sanitizedWorkspaces getter
2017-12-10 23:49:20 +00:00
},
});