import styled from '@emotion/styled'; import {space} from 'sentry/styles/space'; export const HeaderContainer = styled('div')` display: flex; flex-wrap: wrap; justify-content: space-between; gap: ${space(2)}; `;