mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-22 07:56:48 +00:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
export default async function LandingPage() {
|
|
return (
|
|
<main className="flex min-h-screen flex-col">DeerFlow Landing Page</main>
|
|
);
|
|
}
|