mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-11 22:51:05 +00:00
aaa
This commit is contained in:
parent
e705a09c74
commit
0db8c727cc
1 changed files with 8 additions and 0 deletions
8
apps/web/app/editor/page.tsx
Normal file
8
apps/web/app/editor/page.tsx
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import React from "react";
|
||||
import Editor from "../../components/editor/advanced-editor";
|
||||
|
||||
function page() {
|
||||
return <Editor />;
|
||||
}
|
||||
|
||||
export default page;
|
||||
Loading…
Add table
Reference in a new issue