This commit is contained in:
user 2025-02-03 14:59:12 +03:00
parent f1decf7448
commit b952a76ccb
2 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

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