aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers/recipe-helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/recipe-helpers.js')
-rw-r--r--src/helpers/recipe-helpers.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/helpers/recipe-helpers.js b/src/helpers/recipe-helpers.js
index a31c29e72..7daa0aaab 100644
--- a/src/helpers/recipe-helpers.js
+++ b/src/helpers/recipe-helpers.js
@@ -1,9 +1,5 @@
1import path from 'path'; 1import path from 'path';
2import { remote } from 'electron'; 2import { app } from '@electron/remote';
3
4// import ServiceModel from '../models/Service';
5
6const { app } = remote;
7 3
8export function getRecipeDirectory(id = '') { 4export function getRecipeDirectory(id = '') {
9 return path.join(app.getPath('userData'), 'recipes', id); 5 return path.join(app.getPath('userData'), 'recipes', id);