This commit is contained in:
2026-03-29 19:30:14 +02:00
parent 4757cf47c0
commit eaa0c9b0e0
3 changed files with 19 additions and 4 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
//HomePage.jsx
import React, { useEffect, useState, useContext } from 'react';
import { Virtuoso } from 'react-virtuoso';
import CardRow from '../components/CardRow/CardRow';
import SearchBar from '../components/SearchBar/SearchBar';
import { CardContext } from '../store/CardContext';
import { fetchCards, fetchCardImage } from '../services/api';
import DatabaseFooter from '../components/Footer/Footer';
import Footer from '../components/Footer/Footer';
// Debounce hook
function useDebouncedValue(value, delay = 250) {