diff --git a/core/src/components/clothingGraphic/Heart.tsx b/core/src/components/clothingGraphic/Heart.tsx new file mode 100644 index 0000000..b7f9a24 --- /dev/null +++ b/core/src/components/clothingGraphic/Heart.tsx @@ -0,0 +1,14 @@ +import React from 'react' + +export const HeartGraphic = () => { + return ( + <> + + + ) +}