aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googledrive/webview.js
blob: c17f205895d75892f8318f1b6abe13c870fe3a9a (plain) (blame)
1
2
3
4
5
6
7
8
const _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'));
  Ferdi.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js'));
};