Update readme

This commit is contained in:
2024-07-09 13:37:52 +04:00
parent 1577eabcde
commit 343a5be15b
41 changed files with 110 additions and 152 deletions

View File

@@ -1,4 +1,4 @@
import { BeanType, RecipeType, TypesOfItems } from "@/entities/item";
import { RecipeType, TypesOfItems } from "@/entities/item";
import Link from "next/link";
import { SectionService } from "@/features/sections";
import Image from "next/image";
@@ -40,3 +40,4 @@ export const RecipeCard = React.forwardRef<
</div>
);
});
RecipeCard.displayName = "RecipeCard";