UNPKG

starkon

Version:

Complete Next.js boilerplate with authentication, i18n & CLI - Create production-ready apps instantly

8 lines (6 loc) 222 B
/** * Login hooks barrel export * Provides a centralized import point for all login-related hooks */ export { useLoginForm } from './useLoginForm' export { useRememberMe, getDefaultLoginValues } from './useRememberMe'