import { signIn } from "../../../auth" import type { Actions } from "./$types" export const actions: Actions = { default: signIn }