fenghuo/apps/web/app/page.tsx

6 lines
69 B
TypeScript
Raw Normal View History

2025-05-27 08:56:07 +08:00
'use client';
2025-05-28 08:23:14 +08:00
export default function HomePage() {
2025-05-29 12:23:29 +08:00
return <></>;
2025-02-18 15:35:03 +08:00
}