"use client" import { useState } from "react" export function ReloadTicket() { const [code, setCode] = useState("") return (

Reload Ticket

Insert the code to load

setCode(e.target.value)} className="flex-1 bg-brand-bg border border-border/40 px-2 py-2 text-[11px] text-white outline-none focus:border-brand-primary" />
) }