Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenrusinov committed Jul 10, 2023
1 parent 8468cc6 commit 568c82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/deathknight/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
RaidTarget,
Spec
} from '../core/proto/common.js';
import { SavedTalents } from '../core/proto/ui.js';
import { SavedRotation, SavedTalents } from '../core/proto/ui.js';
import { Player } from '../core/player.js';
import { NO_TARGET } from '../core/proto_utils/utils.js';

Expand Down

0 comments on commit 568c82d

Please sign in to comment.