catalog part connected to backend , added empty data and loading component
This commit is contained in:
@@ -50,7 +50,7 @@ import Link from "next/link";
|
||||
import { ArrowUpRight } from "lucide-react";
|
||||
|
||||
interface CatalogProps {
|
||||
id: string;
|
||||
id: number;
|
||||
image: string;
|
||||
title: string;
|
||||
description: string;
|
||||
|
||||
Reference in New Issue
Block a user