Fix tags import

This commit is contained in:
Cohee 2024-11-16 14:22:23 +02:00
parent 9b38e3f449
commit 2dcdb4d14a

View File

@ -28,6 +28,7 @@ import { debounce_timeout } from './constants.js';
import { INTERACTABLE_CONTROL_CLASS } from './keyboard.js'; import { INTERACTABLE_CONTROL_CLASS } from './keyboard.js';
import { commonEnumProviders } from './slash-commands/SlashCommandCommonEnumsProvider.js'; import { commonEnumProviders } from './slash-commands/SlashCommandCommonEnumsProvider.js';
import { renderTemplateAsync } from './templates.js'; import { renderTemplateAsync } from './templates.js';
import { t } from './i18n.js';
export { export {
TAG_FOLDER_TYPES, TAG_FOLDER_TYPES,