'use client' import { useState } from "react"; function SearchUser() { const [numAccount, setNumAccount] = useState(''); return ( <>