Stackedit/src/data/emptyContent.js
2017-08-25 11:37:46 +01:00

10 lines
139 B
JavaScript

export default () => ({
id: null,
type: 'content',
text: '\n',
properties: '\n',
discussions: {},
comments: {},
hash: 0,
});