slider component updated

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-04-28 11:29:06 +05:00
parent cfa84d04ab
commit 77c6baaa55
25 changed files with 1308 additions and 1770 deletions

View File

@@ -38,7 +38,6 @@ export interface ProductTypes {
id: number;
truck_name: string;
desc: string;
path: string;
image: string | StaticImageData;
}