Skip to content
View arielg0rl's full-sized avatar

Block or report arielg0rl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. old old
    1
    import cx from 'classnames';
    2
    import { getPrice } from 'helpers/getPrice';
    3
    import Image from 'components/common/Image';
    4
    import Rating from 'components/Cards/Product/Rating';
    5
    import Price from 'components/Cards/Product/Price';
  2. quickbuy button quickbuy button
    1
    import React, { Fragment } from 'react'
    2
     import classNames from 'classnames'
    3
     import Image from 'components/common/Image'
    4
     import Text from 'components/Text'
    5
     import Truncate from 'components/common/Truncate'