Fix tags import

2dcdb4d14a6e76f6e1d2df1caa8508b2ecccbe64

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -0Showing whitespace changes
public/scripts/tags.js+1 -0
@@ -28,6 +28,7 @@ import { debounce_timeout } from './constants.js';
28import { INTERACTABLE_CONTROL_CLASS } from './keyboard.js';28import { INTERACTABLE_CONTROL_CLASS } from './keyboard.js';
29import { commonEnumProviders } from './slash-commands/SlashCommandCommonEnumsProvider.js';29import { commonEnumProviders } from './slash-commands/SlashCommandCommonEnumsProvider.js';
30import { renderTemplateAsync } from './templates.js';30import { renderTemplateAsync } from './templates.js';
31import { t } from './i18n.js';
3132
32export {33export {
33 TAG_FOLDER_TYPES,34 TAG_FOLDER_TYPES,