mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-23 14:14:46 +08: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