'use strict'; /** * Generate the default admin panel */ module.exports = { before: require('./before'), after: require('./after'), targets: {} };