aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/gmail
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-11-28 23:41:36 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-11-28 23:41:36 +0700
commitecf037c35f39f283bca2078486d5eb4ad42ec2d8 (patch)
tree521bb78213b419a78c716741af46cad261d7d1e4 /uncompressed/gmail
parentUpdate Gmail css to hide internet connection issue message (diff)
downloadferdium-recipes-ecf037c35f39f283bca2078486d5eb4ad42ec2d8.tar.gz
ferdium-recipes-ecf037c35f39f283bca2078486d5eb4ad42ec2d8.tar.zst
ferdium-recipes-ecf037c35f39f283bca2078486d5eb4ad42ec2d8.zip
Remove all call to import and update affected recipes
Diffstat (limited to 'uncompressed/gmail')
-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.