refactor: BlogDetailpage

This commit is contained in:
quangnhankie
2021-09-09 14:15:21 +07:00
parent ee82d5b578
commit 606f3e5e81
15 changed files with 117 additions and 153 deletions

View File

@@ -20,6 +20,7 @@ export interface FeaturedProductProps {
export interface RecipeProps {
title: string
slug: string
description: string
imageSrc: string
}