diff --git a/src/components/BreathPage/index.tsx b/src/components/BreathPage/index.tsx index 7d725e8..7d65499 100644 --- a/src/components/BreathPage/index.tsx +++ b/src/components/BreathPage/index.tsx @@ -5,12 +5,12 @@ import { Asset } from "@/api/resources/Assets"; import { useDispatch } from "react-redux"; import { actions } from "@/store"; import { useTranslation } from "react-i18next"; -import { getRandomArbitrary } from "@/services/random-value"; +// import { getRandomArbitrary } from "@/services/random-value"; import FullScreenModal from "../FullScreenModal"; import StartBreathModalChild from "../StartBreathModalChild"; import Title from "../Title"; import { useNavigate } from "react-router-dom"; -import routes from "@/routes"; +// import routes from "@/routes"; import parseAPNG from "apng-js"; function BreathPage(): JSX.Element {