aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freshservice/webview.js
blob: 11192196b77f9e81878d755aaf47b35d79c79f01 (plain) (blame)
1
2
3
4
5
6
7
8
9
function _interopRequireDefault(obj) {
  return obj && obj.__esModule ? obj : { default: obj };
}

const _path = _interopRequireDefault(require('path'));

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