aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/slack/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/slack/webview.js')
-rw-r--r--recipes/slack/webview.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/slack/webview.js b/recipes/slack/webview.js
index f7bccfc..f0eb265 100644
--- a/recipes/slack/webview.js
+++ b/recipes/slack/webview.js
@@ -1,8 +1,6 @@
1"use strict"; 1const _electron = require('electron');
2 2
3var _electron = require("electron"); 3const _path = _interopRequireDefault(require('path'));
4
5var _path = _interopRequireDefault(require("path"));
6 4
7function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 5function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
8 6