import ReactDOM from "react-dom/client"; import React from "react"; function DisplayResults({username, password}: any) { return (
username: {username}
password: {password}