unused var

This commit is contained in:
user 2025-01-26 14:09:45 +03:00
parent 691dea4bc8
commit 0fc292829f
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import { useEffect, useMemo, useState } from "react"; import { useEffect, useMemo, useState } from "react";
import { useHapticFeedback } from "@vkruglikov/react-telegram-web-app"; import { useHapticFeedback } from "@vkruglikov/react-telegram-web-app";
import { Address } from '@ton/core';
import { Input } from "~/shared/ui/input"; import { Input } from "~/shared/ui/input";
import { FormLabel } from "~/shared/ui/form-label"; import { FormLabel } from "~/shared/ui/form-label";