codevise/pageflow

View on GitHub
entry_types/paged/packages/pageflow-paged-react/src/actions.js

Summary

Maintainability
A
0 mins
Test Coverage
import {
  updatePageAttribute,
  updatePageLink
} from 'pages/actions';

import {
  update as updateSetting
} from 'settings/actions';

export {
  updatePageAttribute,
  updatePageLink,

  updateSetting
};