From b952a76ccb0f4f11fdd263a127aa396e5054a3f3 Mon Sep 17 00:00:00 2001 From: user Date: Mon, 3 Feb 2025 14:59:12 +0300 Subject: [PATCH] fix bugs --- .../root/steps/data-step/components/cover-button/index.tsx | 2 -- src/pages/root/steps/data-step/index.tsx | 1 - 2 files changed, 3 deletions(-) diff --git a/src/pages/root/steps/data-step/components/cover-button/index.tsx b/src/pages/root/steps/data-step/components/cover-button/index.tsx index e0b9aa1..68a14ae 100644 --- a/src/pages/root/steps/data-step/components/cover-button/index.tsx +++ b/src/pages/root/steps/data-step/components/cover-button/index.tsx @@ -1,8 +1,6 @@ import { useHapticFeedback } from "@vkruglikov/react-telegram-web-app"; import { Replace } from "~/shared/ui/icons/replace"; -import { XMark } from "~/shared/ui/icons/x-mark.tsx"; - type CoverButtonProps = { src: string; onClick(): void; diff --git a/src/pages/root/steps/data-step/index.tsx b/src/pages/root/steps/data-step/index.tsx index c467205..8d4cdc6 100644 --- a/src/pages/root/steps/data-step/index.tsx +++ b/src/pages/root/steps/data-step/index.tsx @@ -14,7 +14,6 @@ import { useRootStore } from "~/shared/stores/root"; import { Checkbox } from "~/shared/ui/checkbox"; import { AudioPlayer } from "~/shared/ui/audio-player"; import { HashtagInput } from "~/shared/ui/hashtag-input"; -import { XMark } from "~/shared/ui/icons/x-mark"; import { Replace } from "~/shared/ui/icons/replace"; type DataStepProps = {