We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed9f379 + 34912f7 commit bd4592aCopy full SHA for bd4592a
src/pages/SearchPage/index.jsx
@@ -8,7 +8,7 @@ import { useQuery } from '@tanstack/react-query';
8
import Category from './components/Category';
9
import DetailMediumCard from './components/DetailMediumCard';
10
import DetailSmallCard from './components/DetailSmallCard';
11
-import SkeletonLayout from './components/skeletonLayout';
+import SkeletonLayout from './components/SkeletonLayout';
12
13
const SearchPage = () => {
14
const [searchData, setSearchData] = useState([]);
0 commit comments