
export interface Product {
    id: string;
    title: string;
    img?: string;
}