import styled from 'styled-components'; export const MetadataSpacer = styled.span` flex-grow: 1; `;