import { useState } from "react"; export default function WebViewer() { const [url, setUrl] = useState("https://www.example.com"); return (