aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wakatime/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/wakatime/webview.js')
-rw-r--r--recipes/wakatime/webview.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/recipes/wakatime/webview.js b/recipes/wakatime/webview.js
index e1e18ee..cc40a46 100644
--- a/recipes/wakatime/webview.js
+++ b/recipes/wakatime/webview.js
@@ -1,7 +1 @@
1const _path = _interopRequireDefault(require('path')); module.exports = () => {};
2
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4
5module.exports = (Ferdi) => {
6 Ferdi.injectCSS(_path.default.join(__dirname, "service.css"));
7};