5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
import Auth from "@components/auth"
|
|
|
|
export default function SignInPage() {
|
|
return <Auth page="signin" />
|
|
}
|