mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 07:26:50 +00:00
feat: add novel editor
This commit is contained in:
@@ -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