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