// const params = new URLSearchParams(window.location.search); return <h1>Params are... {JSON.stringify(window.location.search)}</h1>;