diff --git a/react-typescript/src/components/Item.tsx b/react-typescript/src/components/Item.tsx index 79d0c13a..448c1862 100644 --- a/react-typescript/src/components/Item.tsx +++ b/react-typescript/src/components/Item.tsx @@ -1,12 +1,12 @@ import useItem from "../hooks/useItem"; -import Item from "../types" +import { TItem } from "../types" function Items() { const { items, updateItem } = useItem(); return (