aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/azure-devops/webview.js
blob: 802350a1f57cb5b610b725f2e60aabb4498fed88 (plain) (blame)
1
2
3
4
5
6
7
8
9
"use strict";

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'));
};