Skip to content

Commit

Permalink
타입 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
youngwan2 committed Jul 1, 2024
1 parent 9257f6f commit 97cd078
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/UI/search/SearchQuoteCard.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { ItemsType } from "@/types/items.types"
import { QuoteType } from "@/types/items.types"
import { MouseEventHandler } from "react"

interface PropsType {

item:ItemsType
item:QuoteType
onClick:MouseEventHandler<HTMLLIElement>
}

Expand Down

0 comments on commit 97cd078

Please sign in to comment.