aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tick/webview.js
blob: bc6a4b80046b76c635ee775689fc62f0868baa39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
function _interopRequireDefault(obj) {
  return obj && obj.__esModule ? obj : { default: obj };
}

const _path = _interopRequireDefault(require('path'));

module.exports = Ferdium => {
  // TODO: not sure what "notify" would be useful for this app

  Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
};