update to listingspage

This commit is contained in:
Mann Patel
2025-04-14 12:09:06 -06:00
parent 521c3af00b
commit 635f73c1be
14 changed files with 400 additions and 756 deletions

View File

@@ -1,6 +1,6 @@
import { useState, useEffect } from "react";
import { Link } from "react-router-dom";
import { Heart, Tag, Trash2, Filter, ChevronDown } from "lucide-react";
import { Heart, Tag, Trash2 } from "lucide-react";
const Favorites = () => {
const [favorites, setFavorites] = useState([]);