Skip to content

Commit

Permalink
delete commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinuy committed Nov 12, 2024
1 parent 6096d4e commit 5ff0ed4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/src/components/ProductCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ import {Product} from "../Product.ts";

type Props = {
product: Product;
/* id: number,
name: string,
category: Category,
status: Status,
price: number*/
}

export default function ProductCard(props : Props) {
Expand Down

0 comments on commit 5ff0ed4

Please sign in to comment.