fenghuo/apps/web/app/page.tsx

7 lines
72 B
TypeScript
Raw Normal View History

2025-05-26 19:56:34 +08:00
export default async function Home() {
2025-05-27 08:17:40 +08:00
2025-05-26 22:18:15 +08:00
return <div>
2025-05-27 08:17:40 +08:00
123
2025-05-26 22:18:15 +08:00
</div>;
2025-02-18 15:35:03 +08:00
}