const data = props.data; const assetId = "2f1b6b13-e95c-4859-b51e-d74b0e7545ba"; const title = "Hello Arina"; return ( <> <h1>Hello</h1> <LivepeerPlayer title={title} assetId={assetId} /> </> );