mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
4 lines
69 B
TypeScript
4 lines
69 B
TypeScript
export const defaultEditorContent = {
|
|
type: "doc",
|
|
content: [],
|
|
};
|