Repository URL to install this package:
import { Link } from 'atoms/Link' import { styled } from 'styleh-components' const StyledLink = styled.withComponent(Link)`` export { StyledLink } export default StyledLink