aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tinder/webview.js
blob: 46ab2122d73770b98c34322e9e6c77a153c4cbe7 (plain) (blame)
1
2
3
4
5
6
7
8
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'));
};