diff --git a/web/src/pages/Verify/index.tsx b/web/src/pages/Verify/index.tsx index d53c02e..a27f89d 100644 --- a/web/src/pages/Verify/index.tsx +++ b/web/src/pages/Verify/index.tsx @@ -1,12 +1,9 @@ import { Button } from "@/components/ui/button"; -import { useAuth } from "@/store/auth"; import { ArrowRight } from "lucide-react"; import type { FC } from "react"; import { Link } from "react-router"; const VerifyStartPage: FC = () => { - const profile = useAuth((s) => s.profile); - return (
icon