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';
2828import { INTERACTABLE_CONTROL_CLASS } from './keyboard.js';
2929import { commonEnumProviders } from './slash-commands/SlashCommandCommonEnumsProvider.js';
3030import { renderTemplateAsync } from './templates.js';
31+import { t } from './i18n.js';
3132
3233export {
3334 TAG_FOLDER_TYPES,