🎨 styles: recipe ingradients

:%s
This commit is contained in:
lytrankieio123
2021-09-01 17:36:49 +07:00
parent 6169634dca
commit 9cc2d2ffc4
16 changed files with 274 additions and 111 deletions

View File

@@ -4,6 +4,7 @@ export interface ProductProps {
weight: string
price: string
imageSrc: string
isNotSell?: boolean
}
export interface FeaturedProductProps {