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