File "resolvers.js"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/core/packages/data/src/help/resolvers.js
File size: 138 bytes
MIME-type: text/x-java
Charset: utf-8

/**
 * Internal dependencies
 */
import { fetchHelp } from './actions';

export function* getHelp( topic ) {
	yield fetchHelp( topic );
}