fix bugs
This commit is contained in:
parent
f1decf7448
commit
b952a76ccb
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue