Fix for eslint

This commit is contained in:
Cohee
2025-06-03 00:11:06 +03:00
parent 8d143a81c3
commit b6d282b4ee
3 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { callPopup, characters, eventSource, event_types, getCurrentChatId, reloadCurrentChat, saveSettingsDebounced, this_chid } from '../../../script.js';
import { characters, eventSource, event_types, getCurrentChatId, reloadCurrentChat, saveSettingsDebounced, this_chid } from '../../../script.js';
import { extension_settings, renderExtensionTemplateAsync, writeExtensionField } from '../../extensions.js';
import { selected_group } from '../../group-chats.js';
import { callGenericPopup, POPUP_TYPE } from '../../popup.js';