import { useState } from "react" function IndexPopup() { const [data, setData] = useState("") return (