6 lines
138 B
TypeScript
6 lines
138 B
TypeScript
'use server'
|
|
|
|
import { actions } from './server'
|
|
|
|
export const { signIn, signOut, sendMagicLink, getAuthConstants, getSession } = actions
|