fenghuo/apps/web/app/page.tsx

4 lines
62 B
TypeScript
Raw Normal View History

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