mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-23 00:16:48 +00:00
feat: implement basic web app
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default function WorkspacePage() {
|
||||
return redirect("/workspace/chats/new");
|
||||
}
|
||||
Reference in New Issue
Block a user