import React from "react"; import titleShape from "../../../assets/images/shape/text-shape-three.svg"; import AuthLayout from "../AuthLayout"; import Otp from "./Otp"; export default function VerifyYou() { return ( <>

Verification Code

shape

Dont’t have an aceount ? Please resend

); }