From 83676cec9ce8e41d5e88e7d06a17dd8194e3593e Mon Sep 17 00:00:00 2001 From: Vijay Raghavan Aravamudhan Date: Sat, 3 Jul 2021 07:09:05 +0530 Subject: Minor refactoring to move all runtime configs from 'config.js' into 'environment.js'. (#1588) --- src/webview/recipe.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/webview/recipe.js') diff --git a/src/webview/recipe.js b/src/webview/recipe.js index 6c382d388..8da45864b 100644 --- a/src/webview/recipe.js +++ b/src/webview/recipe.js @@ -29,8 +29,7 @@ import contextMenu from './contextMenu'; import './notifications'; import { screenShareCss } from './screenshare'; -import { DEFAULT_APP_SETTINGS } from '../config'; -import { isDevMode } from '../environment'; +import { DEFAULT_APP_SETTINGS, isDevMode } from '../environment'; const debug = require('debug')('Ferdi:Plugin'); -- cgit v1.2.3-54-g00ecf