mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-23 16:35:59 +00:00
feat: implement basic web app
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
export default async function LandingPage() {
|
||||
return (
|
||||
<main className="flex min-h-screen flex-col items-center justify-center">
|
||||
Welcome to DeerFlow 2
|
||||
</main>
|
||||
<main className="flex min-h-screen flex-col">DeerFlow Landing Page</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user