aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/portainer/webview.js
blob: 87ce926b48bab015a95b5c7c54667cf06de5f30c (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'));
  };