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

3 lines
65 B
TypeScript
Executable File

export default function MainPage() {
return <div>main</div>
}