From 1ad5b3327e7e673470662ed476c6100d57548a35 Mon Sep 17 00:00:00 2001
From: Mahasvin24
Date: Sun, 20 Aug 2023 19:56:11 -0700
Subject: [PATCH] Errors with hearts
---
components/PetCard.tsx | 2 +-
components/react-heart.d.ts | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/components/PetCard.tsx b/components/PetCard.tsx
index d24d2a1..ac4ee1b 100644
--- a/components/PetCard.tsx
+++ b/components/PetCard.tsx
@@ -55,7 +55,7 @@ const PetCard = ({ type, name, breed, age, gender, description, shelter, image }
-
+
diff --git a/components/react-heart.d.ts b/components/react-heart.d.ts
index bfa3b3e..6fbebb3 100644
--- a/components/react-heart.d.ts
+++ b/components/react-heart.d.ts
@@ -1,3 +1,5 @@
+// react-hearts.d.ts
+
declare module 'react-heart' {
import { ReactNode, CSSProperties } from 'react';