fix bugs
This commit is contained in:
parent
f1decf7448
commit
b952a76ccb
|
|
@ -1,8 +1,6 @@
|
||||||
import { useHapticFeedback } from "@vkruglikov/react-telegram-web-app";
|
import { useHapticFeedback } from "@vkruglikov/react-telegram-web-app";
|
||||||
import { Replace } from "~/shared/ui/icons/replace";
|
import { Replace } from "~/shared/ui/icons/replace";
|
||||||
|
|
||||||
import { XMark } from "~/shared/ui/icons/x-mark.tsx";
|
|
||||||
|
|
||||||
type CoverButtonProps = {
|
type CoverButtonProps = {
|
||||||
src: string;
|
src: string;
|
||||||
onClick(): void;
|
onClick(): void;
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ import { useRootStore } from "~/shared/stores/root";
|
||||||
import { Checkbox } from "~/shared/ui/checkbox";
|
import { Checkbox } from "~/shared/ui/checkbox";
|
||||||
import { AudioPlayer } from "~/shared/ui/audio-player";
|
import { AudioPlayer } from "~/shared/ui/audio-player";
|
||||||
import { HashtagInput } from "~/shared/ui/hashtag-input";
|
import { HashtagInput } from "~/shared/ui/hashtag-input";
|
||||||
import { XMark } from "~/shared/ui/icons/x-mark";
|
|
||||||
import { Replace } from "~/shared/ui/icons/replace";
|
import { Replace } from "~/shared/ui/icons/replace";
|
||||||
|
|
||||||
type DataStepProps = {
|
type DataStepProps = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue