4 lines
81 B
TypeScript
4 lines
81 B
TypeScript
export default async function Page() {
|
|
return <h1>This is login content</h1>
|
|
}
|