react-code-dataset
/
wp-calypso
/apps
/notifications
/src
/panel
/state
/action-middleware
/notes
/index.js
| import { mergeHandlers } from '../utils'; | |
| import readStatus from './read-status'; | |
| export default mergeHandlers( readStatus ); | |