mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
init: RecipeCard
This commit is contained in:
@@ -12,4 +12,10 @@ export interface FeaturedProductProps {
|
||||
originPrice: string
|
||||
price: string
|
||||
imageSrc: string
|
||||
}
|
||||
|
||||
export interface RecipeProps {
|
||||
title: string
|
||||
description:string
|
||||
imageSrc: string
|
||||
}
|
Reference in New Issue
Block a user