diff --git a/components/cart/CartItem/CartItem.tsx b/components/cart/CartItem/CartItem.tsx new file mode 100644 index 000000000..d668c31bf --- /dev/null +++ b/components/cart/CartItem/CartItem.tsx @@ -0,0 +1,28 @@ +import { Trash } from '@components/icon' + +const CartItem = () => { + return ( +