MyCrypto/common/features/notifications/index.ts

6 lines
225 B
TypeScript

import * as notificationsTypes from './types';
import * as notificationsActions from './actions';
import * as notificationsReducer from './reducer';
export { notificationsTypes, notificationsActions, notificationsReducer };