dashboard/src/services/auth/index.ts

4 lines
166 B
TypeScript

export { useAuth } from './hooks';
export { getAuth, reducer, signIn, signOut, register, AuthActionTypes, getIsAuthLoading } from './redux';
export * from './types';