This commit is contained in:
Albert Juhé Lluveras 2019-03-25 16:36:34 +01:00 committed by GitHub
parent ad64425948
commit ecdc9076de
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import withSelect from 'wc-api/with-select';
import TopSellingCategories from './top-selling-categories';
import TopSellingProducts from './top-selling-products';
import TopCoupons from './top-coupons';
import TopCustomers from "./top-customers";
import TopCustomers from './top-customers';
import './style.scss';
class Leaderboards extends Component {