aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/lib/RecipeWebview.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-10-18 12:00:51 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-10-18 12:00:51 +0200
commit9e92cff901522f438c34543836a8c2dc6578f5c1 (patch)
tree80bd6959e896a5428f40785da2c39bf95eae03d3 /src/webview/lib/RecipeWebview.js
parentfix(Workspaces): Allow scrolling in Workspaces drawer (diff)
downloadferdium-app-9e92cff901522f438c34543836a8c2dc6578f5c1.tar.gz
ferdium-app-9e92cff901522f438c34543836a8c2dc6578f5c1.tar.zst
ferdium-app-9e92cff901522f438c34543836a8c2dc6578f5c1.zip
remove flow tag
Diffstat (limited to 'src/webview/lib/RecipeWebview.js')
-rw-r--r--src/webview/lib/RecipeWebview.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webview/lib/RecipeWebview.js b/src/webview/lib/RecipeWebview.js
index e3212d0e6..859f7787f 100644
--- a/src/webview/lib/RecipeWebview.js
+++ b/src/webview/lib/RecipeWebview.js
@@ -1,4 +1,3 @@
1// @flow
2const { ipcRenderer } = require('electron'); 1const { ipcRenderer } = require('electron');
3const fs = require('fs-extra'); 2const fs = require('fs-extra');
4 3