const ownerId = "contribut3.near"; const Header = styled.h1` font-style: normal; font-weight: 700; font-size: 2em; color: #101828; `; const header = <Header>Inbox</Header>; return <div>{header}</div>;