aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlecalendar/webview.js
blob: 7a55b0a5f2736ef5a070da5af4798c01f6839574 (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, 'calendar.css'));
  Ferdi.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js'));
};