init: RecipeCard

This commit is contained in:
unknown
2021-08-25 16:26:01 +07:00
parent 4677150ade
commit 18616002ad
3 changed files with 45 additions and 0 deletions

View File

@@ -12,4 +12,10 @@ export interface FeaturedProductProps {
originPrice: string
price: string
imageSrc: string
}
export interface RecipeProps {
title: string
description:string
imageSrc: string
}