From a7a95d7b3137526a5454cd9bd428b3ac8e986217 Mon Sep 17 00:00:00 2001 From: gofnnp Date: Tue, 19 Sep 2023 22:35:30 +0400 Subject: [PATCH] fix: build --- src/components/BreathPage/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {