Comments, appointments adjustments, fixed some issues
This commit is contained in:
@@ -7,6 +7,8 @@ import PetProfile from "@/components/PetProfile";
|
||||
|
||||
const API_BASE = "";
|
||||
|
||||
//Pet detail page
|
||||
//Fetches a single pet by ID and passes it to PetProfile
|
||||
export default function PetDetailPage() {
|
||||
const { id } = useParams();
|
||||
const [pet, setPet] = useState(null);
|
||||
|
||||
Reference in New Issue
Block a user