collect-system/apps/web/src/app/main/page.tsx

4 lines
67 B
TypeScript
Raw Normal View History

2024-07-11 11:00:51 +08:00
export default function MainPage() {
return <>hello,world</>
}