dashboard/src/services/auth/redux/index.ts
2022-02-09 09:03:44 +00:00

4 lines
207 B
TypeScript

export { signIn, signOut, AuthActionTypes } from './actions';
export { default as reducer } from './reducers';
export { getAuth, getIsAuthLoading, getAuthToken } from './selectors';
export * from './types';