Files
deer-flow/frontend/src/app/page.tsx

6 lines
142 B
TypeScript
Raw Normal View History

export default async function LandingPage() {
return (
2026-01-15 23:40:21 +08:00
<main className="flex min-h-screen flex-col">DeerFlow Landing Page</main>
);
}