Files
freeCodeCamp/common/app/toasts/redux/index.js

4 lines
130 B
JavaScript
Raw Normal View History

export { default as types } from './types';
export { default as reducer } from './reducer';
export * as actions from './actions';