aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/localazy/webview.js
blob: 56a20b6e3822a19d779a725c9825a3e94f357b93 (plain) (blame)
1
2
3
4
5
6
7
8
9
const _path = _interopRequireDefault(require('path'));

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

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