subida de version node

This commit is contained in:
2026-02-10 18:09:46 +01:00
parent db00c3ec89
commit af9bf29678
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ import { cn } from "@/lib/utils";
interface CatalogBrowserProps {
initialProducts: Product[];
categories: Category[];
}