mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
fix:RecipesList
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import Link from 'next/link';
|
||||
import React from 'react';
|
||||
import s from './RecipesItem.module.scss';
|
||||
|
||||
|
||||
interface RecipesItem {
|
||||
image:string,
|
||||
name: string,
|
||||
|
@@ -2,8 +2,6 @@ import React from 'react';
|
||||
import PaginationCommon from 'src/components/common/PaginationCommon/PaginationCommon';
|
||||
import RecipesItem from './RecipesItem/RecipesItem';
|
||||
import s from './RecipesList.module.scss';
|
||||
|
||||
|
||||
interface Props{
|
||||
recipes:{
|
||||
id:string,
|
||||
@@ -14,8 +12,6 @@ interface Props{
|
||||
}[],
|
||||
}
|
||||
|
||||
|
||||
|
||||
const RecipesList = ({recipes}:Props) => {
|
||||
return (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user