Repository URL to install this package:
|
Version:
1.4.3 ▾
|
import * as actions from './state/actions';
import tagManagerSaga from './state/saga';
module.exports = {
...actions,
tagManagerSaga,
};