diff --git a/ui/core/components/importers.ts b/ui/core/components/importers.ts index 3f0311842d..89872d97d7 100644 --- a/ui/core/components/importers.ts +++ b/ui/core/components/importers.ts @@ -18,7 +18,7 @@ import { classGlyphsConfig, talentSpellIdsToTalentString } from '../talents/fact import { GlyphConfig } from '../talents/glyphs_picker'; import { BaseModal } from './base_modal'; import { buf2hex } from '../utils'; -import { JsonObject, JsonValue, isJsonObject } from '@protobuf-ts/runtime'; +import { JsonObject } from '@protobuf-ts/runtime'; export abstract class Importer extends BaseModal { protected readonly textElem: HTMLTextAreaElement;