Stackedit/src/data/defaults/defaultWorkspaces.js
2018-09-20 11:52:57 +01:00

8 lines
157 B
JavaScript

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