diff --git a/app/game-frontend/src/views/BestGeneralView.vue b/app/game-frontend/src/views/BestGeneralView.vue index 56d652cc..269cb6f4 100644 --- a/app/game-frontend/src/views/BestGeneralView.vue +++ b/app/game-frontend/src/views/BestGeneralView.vue @@ -2,6 +2,7 @@ import { onMounted, ref, watch } from 'vue'; import { useRouter } from 'vue-router'; +import RichTooltip from '../components/ui/RichTooltip.vue'; import { resolveGeneralIconUrl, useDefaultGeneralIcon } from '../utils/generalIcon'; import { trpc } from '../utils/trpc'; @@ -138,7 +139,14 @@ watch(viewMode, () => {