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