Fix tags import
| @@ -28,6 +28,7 @@ import { debounce_timeout } from './constants.js'; | ||
| 28 | 28 | import { INTERACTABLE_CONTROL_CLASS } from './keyboard.js'; |
| 29 | 29 | import { commonEnumProviders } from './slash-commands/SlashCommandCommonEnumsProvider.js'; |
| 30 | 30 | import { renderTemplateAsync } from './templates.js'; |
| 31 | +import { t } from './i18n.js'; | |
| 31 | 32 | |
| 32 | 33 | export { |
| 33 | 34 | TAG_FOLDER_TYPES, |