From d4afc1eec9706d0027ad4b44421f8868688d1969 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 1 Oct 2021 22:13:42 +0530 Subject: refactor: move 'DEFAULT_APP_SETTINGS' from 'environment' to 'config' since it doesn't depend on the running process any more. --- src/webview/recipe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webview') 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 { getSpellcheckerLocaleByFuzzyIdentifier, } from './spellchecker'; -import { DEFAULT_APP_SETTINGS } from '../environment'; +import { DEFAULT_APP_SETTINGS } from '../config'; const debug = require('debug')('Ferdi:Plugin'); -- cgit v1.2.3-70-g09d2