aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/gmail/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/gmail/webview.js')
-rw-r--r--uncompressed/gmail/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/uncompressed/gmail/webview.js b/uncompressed/gmail/webview.js
index 25727a4..433d0cf 100644
--- a/uncompressed/gmail/webview.js
+++ b/uncompressed/gmail/webview.js
@@ -1,4 +1,4 @@
1import path from 'path'; 1const path = require("path");
2 2
3module.exports = (Franz) => { 3module.exports = (Franz) => {
4 // if the user is on gmail's landing page, go to the login page. 4 // if the user is on gmail's landing page, go to the login page.