From 00e406fe11d453a42b2d26f8472aa369a3dcdc3c Mon Sep 17 00:00:00 2001 From: Rafael Youakeem Date: Fri, 13 Sep 2024 19:33:08 +0200 Subject: [PATCH] Move DetailsList to ProductCard folder --- .../components/{ => ProductCard}/DetailsList/DetailsList.css.ts | 0 .../src/components/{ => ProductCard}/DetailsList/DetailsList.tsx | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename apps/store/src/components/{ => ProductCard}/DetailsList/DetailsList.css.ts (100%) rename apps/store/src/components/{ => ProductCard}/DetailsList/DetailsList.tsx (100%) diff --git a/apps/store/src/components/DetailsList/DetailsList.css.ts b/apps/store/src/components/ProductCard/DetailsList/DetailsList.css.ts similarity index 100% rename from apps/store/src/components/DetailsList/DetailsList.css.ts rename to apps/store/src/components/ProductCard/DetailsList/DetailsList.css.ts diff --git a/apps/store/src/components/DetailsList/DetailsList.tsx b/apps/store/src/components/ProductCard/DetailsList/DetailsList.tsx similarity index 100% rename from apps/store/src/components/DetailsList/DetailsList.tsx rename to apps/store/src/components/ProductCard/DetailsList/DetailsList.tsx