Files
next-template/src/components/default/auth/buttons/server/index.tsx
2025-07-02 15:03:16 -05:00

4 lines
171 B
TypeScript

export { SignInLinkButton } from './sign-in-link';
export { SignInWithApple } from './sign-in-with-apple';
export { SignInWithMicrosoft } from './sign-in-with-microsoft';