Skip to content

Commit

Permalink
update src/component/Home.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bestwall2 committed Nov 7, 2024
1 parent 43f5263 commit 3ce7338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import CardSk from './Skeleton/CardSk';
import Card from './Card';
import React, { useEffect, useState } from 'react';

Check failure on line 3 in src/component/Home.tsx

View workflow job for this annotation

GitHub Actions / Build

'React' is declared but its value is never read.
import { searchAnimeQuery, PopularAnimeQuery, TrendingAnimeQuery } from "../hooks/searchQueryStrings";
import { searchAnimeQuery, TrendingAnimeQuery } from "../hooks/searchQueryStrings";

Check failure on line 4 in src/component/Home.tsx

View workflow job for this annotation

GitHub Actions / Build

Could not find a declaration file for module '../hooks/searchQueryStrings'. '/home/runner/work/Anifire/Anifire/src/hooks/searchQueryStrings.js' implicitly has an 'any' type.

const HomeComp = () => {
const [searchQuery, setSearchQuery] = useState(""); // Store the search query
Expand Down

1 comment on commit 3ce7338

@vercel
Copy link

@vercel vercel bot commented on 3ce7338 Nov 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.