aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/recipe.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/recipe.js')
-rw-r--r--src/webview/recipe.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webview/recipe.js b/src/webview/recipe.js
index 9d5a97767..3c8a5326f 100644
--- a/src/webview/recipe.js
+++ b/src/webview/recipe.js
@@ -23,9 +23,9 @@ import customDarkModeCss from './darkmode/custom';
23import RecipeWebview from './lib/RecipeWebview'; 23import RecipeWebview from './lib/RecipeWebview';
24import Userscript from './lib/Userscript'; 24import Userscript from './lib/Userscript';
25 25
26import { BadgeHandler } from './badge'; 26import BadgeHandler from './badge';
27import { DialogTitleHandler } from './dialogTitle'; 27import DialogTitleHandler from './dialogTitle';
28import { SessionHandler } from './sessionHandler'; 28import SessionHandler from './sessionHandler';
29import contextMenu from './contextMenu'; 29import contextMenu from './contextMenu';
30import { 30import {
31 darkModeStyleExists, 31 darkModeStyleExists,