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