removed a useless import
This commit is contained in:
parent
4842b623d1
commit
4b96ba99cf
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
import { getPrompts } from './mzta-prompts.js';
|
||||
import { getLanguageDisplayName, getMenuContextCompose, getMenuContextDisplay, i18nConditionalGet, getMailSubject } from './mzta-utils.js'
|
||||
import { taLogger } from './mzta-logger.js';
|
||||
import { placeholdersUtils, getPlaceholders } from './mzta-placeholders.js';
|
||||
import { placeholdersUtils } from './mzta-placeholders.js';
|
||||
|
||||
export class mzta_Menus {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue