import { createAuthClient } from 'better-auth/react' import { magicLinkClient } from 'better-auth/client/plugins' export const authClient = createAuthClient({ plugins: [magicLinkClient()], }) export type { Session } from 'better-auth/types'