ignite-jhipster
Version:
A React Native boilerplate for JHipster apps.
22 lines (18 loc) • 473 B
JavaScript
// const screenExamples = require('./screenExamples')
/**
* Add the plugin.
*
* @param {any} context - The gluegun context.
*/
async function add (context) { // eslint-disable-line no-unused-vars
// await screenExamples.add(context)
}
/**
* Remove the plugin.
*
* @param {any} context - The gluegun context.
*/
async function remove (context) { // eslint-disable-line no-unused-vars
// await screenExamples.remove(context)
}
module.exports = { add, remove }