import { styled } from 'styled-components'; export const GrayBox = styled.div` width: 100%; height: 12px; background-color: #dee2e6; `;