Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
zku committed Apr 21, 2023
1 parent 570a616 commit b34c911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core/components/importers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b34c911

Please sign in to comment.