mirror of
http://88.130.71.182:3000/BlitTech/badoHair_fe.git
synced 2026-06-13 08:47:35 +00:00
Fix product stock, booking actions, settings, reservation UX, nav and category filter
This commit is contained in:
@@ -14,6 +14,7 @@ export interface Product {
|
||||
isBestseller?: boolean;
|
||||
rating: number;
|
||||
reviewCount: number;
|
||||
stockQuantity?: number;
|
||||
}
|
||||
|
||||
export const products: Product[] = [
|
||||
|
||||
Reference in New Issue
Block a user