aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-31 16:11:28 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-31 16:11:28 +0100
commit63a0a2667807596154dc7c297c8e48f82cd050d8 (patch)
tree3dfbe0f29dcfe1bf2c4da3765aad1ad83b3ccdf3 /src/webview
parent#328 Implement local updates (diff)
downloadferdium-app-63a0a2667807596154dc7c297c8e48f82cd050d8.tar.gz
ferdium-app-63a0a2667807596154dc7c297c8e48f82cd050d8.tar.zst
ferdium-app-63a0a2667807596154dc7c297c8e48f82cd050d8.zip
Fix lint
Diffstat (limited to 'src/webview')
-rw-r--r--src/webview/recipe.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webview/recipe.js b/src/webview/recipe.js
index 770532be1..8ea2fabd9 100644
--- a/src/webview/recipe.js
+++ b/src/webview/recipe.js
@@ -1,3 +1,4 @@
1/* eslint-disable import/first */
1import { ipcRenderer } from 'electron'; 2import { ipcRenderer } from 'electron';
2import path from 'path'; 3import path from 'path';
3import { autorun, computed, observable } from 'mobx'; 4import { autorun, computed, observable } from 'mobx';