mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
8 lines
152 B
TypeScript
8 lines
152 B
TypeScript
import React from "react";
|
|
import Editor from "../../components/editor/advanced-editor";
|
|
|
|
function page() {
|
|
return <Editor />;
|
|
}
|
|
|
|
export default page;
|