import styled from "styled-components"; export const SearchUserListWrapper = styled.ul` margin: 0; padding: 0; list-style-type: none; height: 400px; overflow: hidden; `;