Skip to content

Commit

Permalink
Se quita import de estilos que ya no existen
Browse files Browse the repository at this point in the history
  • Loading branch information
hendaniel committed Sep 7, 2020
1 parent f130da4 commit 6fb4672
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/ProductsHistory/ProductsHistory.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import RedeemedProduct from "./RedeemedProduct";
import FilterPanel from "../FilterPanel/FilterPanel";
import { priceFilter } from "../../utils/index";
import { HistoryContext } from "../../providers/index";
import "./history.scss";

const ITEMS_PER_PAGE = 16;

Expand Down
1 change: 0 additions & 1 deletion src/components/ProductsHistory/RedeemedProduct.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import "./history.scss";

const Product = ({
item: {
Expand Down

0 comments on commit 6fb4672

Please sign in to comment.