import styled from 'styled-components'; const SearchWrapper = styled.div` display: flex; width: 100%; height: 19px; justify-content: space-between; border-bottom: 1px solid; `; export default SearchWrapper;