Add full pagination controls
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 53s

This commit is contained in:
Cauê Faleiros
2026-07-01 11:26:09 -03:00
parent f5e2de9a35
commit e2b2163c83
6 changed files with 219 additions and 238 deletions

View File

@@ -8,8 +8,6 @@ export interface ProductSummary {
revenue: number;
lastPrice: number;
stock: number;
firstSaleDate?: string | null;
lastSaleDate?: string | null;
}
export interface ProductDetailsMetrics {