Skip to content

Instantly share code, notes, and snippets.

View nhwnahid007's full-sized avatar

Md. Nahidul Islalm nhwnahid007

View GitHub Profile
"use client";
import React, { useState, useRef } from "react";
import PinInputField, { PinInputFieldRef } from "../../ui/PinInputField";
import { PIN_LENGTH } from "../../../utils/constants";
import {
Container,
ContentWrapper,
Title,
PinTitle,
ConfirmationMessage,