summaryrefslogtreecommitdiffstats
path: root/src/webview
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview')
-rw-r--r--src/webview/recipe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/recipe.js b/src/webview/recipe.js
index 892b08e54..5cab28c09 100644
--- a/src/webview/recipe.js
+++ b/src/webview/recipe.js
@@ -45,7 +45,7 @@ import {
45 getSpellcheckerLocaleByFuzzyIdentifier, 45 getSpellcheckerLocaleByFuzzyIdentifier,
46} from './spellchecker'; 46} from './spellchecker';
47 47
48import { DEFAULT_APP_SETTINGS } from '../environment'; 48import { DEFAULT_APP_SETTINGS } from '../config';
49 49
50const debug = require('debug')('Ferdi:Plugin'); 50const debug = require('debug')('Ferdi:Plugin');
51 51