diff --git a/src/components/modules/blogs/index.ts b/src/components/modules/blogs/index.ts index 2e15c3700..02423ad8a 100644 --- a/src/components/modules/blogs/index.ts +++ b/src/components/modules/blogs/index.ts @@ -1 +1 @@ -export { default as BlogDetailImg } from './BlogDetailImg/BlogDetailImg' +export { default as BlogDetailPage } from './BlogDetailPage/BlogDetailPage' diff --git a/src/components/modules/recipes/RecipeListPage/RecipeListPage.tsx b/src/components/modules/recipes/RecipeListPage/RecipeListPage.tsx index c8c06a4ec..eb269d5c4 100644 --- a/src/components/modules/recipes/RecipeListPage/RecipeListPage.tsx +++ b/src/components/modules/recipes/RecipeListPage/RecipeListPage.tsx @@ -216,7 +216,6 @@ const RecipesListPage = () => { - )