Files
PawShip/app/login/page.tsx
2026-04-03 18:25:54 +01:00

4 lines
81 B
TypeScript

export default async function Page() {
return <h1>This is login content</h1>
}