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