mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-24 14:44:46 +08:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
|
|
import { redirect } from "next/navigation";
|
||
|
|
|
||
|
|
export default function WorkspacePage() {
|
||
|
|
return redirect("/workspace/chats/new");
|
||
|
|
}
|