mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-23 22:24:46 +08:00
chore: create frontend project from boilerplate
This commit is contained in:
7
frontend/src/app/page.tsx
Normal file
7
frontend/src/app/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default async function LandingPage() {
|
||||
return (
|
||||
<main className="flex min-h-screen flex-col items-center justify-center">
|
||||
Welcome to DeerFlow 2
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user