Stackedit/src/data/emptyFile.js

7 lines
93 B
JavaScript
Raw Normal View History

2017-07-27 20:19:52 +00:00
export default () => ({
2017-07-28 07:40:24 +00:00
type: 'file',
2017-07-27 20:19:52 +00:00
name: '',
folderId: null,
contentId: null,
});