aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bitbucket/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/bitbucket/webview.js')
-rw-r--r--recipes/bitbucket/webview.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/recipes/bitbucket/webview.js b/recipes/bitbucket/webview.js
index 10157e9..cc40a46 100644
--- a/recipes/bitbucket/webview.js
+++ b/recipes/bitbucket/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};