/** * Better Auth compatibility core plugins boundary. * * `@better-auth-ui/core@1.7` removed the `./plugins` barrel. Re-export each * plugin subpath so compatibility consumers can keep importing from this module. */ export * from '@better-auth-ui/core/plugins/admin'; export * from '@better-auth-ui/core/plugins/anonymous'; export * from '@better-auth-ui/core/plugins/api-key'; export * from '@better-auth-ui/core/plugins/delete-user'; export * from '@better-auth-ui/core/plugins/device-authorization'; export * from '@better-auth-ui/core/plugins/email-otp'; export * from '@better-auth-ui/core/plugins/last-login-method'; export * from '@better-auth-ui/core/plugins/magic-link'; export * from '@better-auth-ui/core/plugins/multi-session'; export * from '@better-auth-ui/core/plugins/oauth-provider'; export * from '@better-auth-ui/core/plugins/one-tap'; export * from '@better-auth-ui/core/plugins/organization'; export * from '@better-auth-ui/core/plugins/passkey'; export * from '@better-auth-ui/core/plugins/phone-number'; export * from '@better-auth-ui/core/plugins/theme'; export * from '@better-auth-ui/core/plugins/two-factor'; export * from '@better-auth-ui/core/plugins/username';