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 = {