mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-09 16:54:46 +08:00
feat: add novel editor
This commit is contained in:
11
web/src/app/editor/page.tsx
Normal file
11
web/src/app/editor/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import ReportEditor from "~/components/editor";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<main className="flex h-full w-full">
|
||||
<div className="flex h-screen flex-auto">
|
||||
<ReportEditor />
|
||||
</div>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user