import styled from "styled-components" const ErrorComponent = styled.div` color: ${({ theme }) => theme.colors.error}; ` export default ErrorComponent