mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-05-02 18:20:46 +08:00
8 lines
182 B
TypeScript
8 lines
182 B
TypeScript
|
|
export default async function LandingPage() {
|
||
|
|
return (
|
||
|
|
<main className="flex min-h-screen flex-col items-center justify-center">
|
||
|
|
Welcome to DeerFlow 2
|
||
|
|
</main>
|
||
|
|
);
|
||
|
|
}
|