diff --git a/frontend/src/components/modules/auth/ui/pages/Home.tsx b/frontend/src/components/modules/auth/ui/pages/Home.tsx index ddc6e37b..5e4e3407 100644 --- a/frontend/src/components/modules/auth/ui/pages/Home.tsx +++ b/frontend/src/components/modules/auth/ui/pages/Home.tsx @@ -1,13 +1,8 @@ "use client"; -import { LogIn } from "lucide-react"; -import { Button } from "@/components/ui/button"; import { Badge } from "@/components/ui/badge"; -import { useWallet } from "@/components/modules/auth/hooks/wallet.hook"; export default function HomePage() { - const { handleConnect } = useWallet(); - return (