From 568c82dbbde4decc11bc58121fe91a9fda0af73f Mon Sep 17 00:00:00 2001 From: rosenrusinov Date: Tue, 11 Jul 2023 01:56:02 +0200 Subject: [PATCH] fix missing import --- ui/deathknight/presets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/deathknight/presets.ts b/ui/deathknight/presets.ts index 8746bfed8a..6111db3b1f 100644 --- a/ui/deathknight/presets.ts +++ b/ui/deathknight/presets.ts @@ -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';