heroes-of-chess-components 0.6.31 → 0.6.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,9 +2,9 @@ import styled from "styled-components";
|
|
|
2
2
|
import { HocIconCrown, HocIconPodioRace } from "../../assets/race";
|
|
3
3
|
import useCharacters from "../../hooks/character/useCharacters";
|
|
4
4
|
import useIsMobile from "../../hooks/mobile/useMobile";
|
|
5
|
-
import HBox from "../HBox/type";
|
|
6
5
|
import HCoinLabel from "../HCoinLabel/HCoinLabel";
|
|
7
6
|
import HTitle from "../HTitle/HTitle";
|
|
7
|
+
import HBox from "../HBox/HBox";
|
|
8
8
|
|
|
9
9
|
const CharacterImage = styled("img")<{ margin?: string }>`
|
|
10
10
|
width: 70px;
|