import * as React from "react" export function Modal({children}) { return ( <> {/* You can open the modal using ID.showModal() method */}
{children}
) }