aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/scribens/webview.js
blob: 0a6434de8991799ec1e801f7fec6c111392e9594 (plain) (blame)
1
2
3
4
5
6
7
var _path = _interopRequireDefault(require('path'));

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

module.exports = Ferdi => {
  Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
};