Skip to content

Commit a4ce16b

Browse files
committed
fix: update architecture
1 parent c16d01e commit a4ce16b

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

File renamed without changes.

src/components/Products/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ export { default as FilterSidebar } from './FilterSidebar';
44
export { default as SortDropdown } from './SortDropdown';
55
export { default as PaginationControls } from './PaginationControls';
66
export { default as LoadingSpinner } from './LoadingSpinner';
7-
export { default as ProductSkeleton } from './ProductSkeleton';
8-
export { default as FeaturedProductImage } from './FeaturedProductImage';
7+
export { default as ProductSkeleton } from './ProductSkeleton';

src/pages/Home/Home.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import FeaturedProductImage from '../../components/NewProductsBanner/NewProductsBanner';
12
import {
23
CollectionSection,
34
HeroSection,
@@ -6,7 +7,6 @@ import {
67
WhyChoose,
78
SupplementForGoalsSection,
89
} from '../../components';
9-
import FeaturedProductImage from '../../components/Products/FeaturedProductImage';
1010

1111
export default function Home() {
1212
return (
@@ -39,5 +39,5 @@ export default function Home() {
3939
<CollectionSection />
4040
</main>
4141
</>
42-
)
42+
);
4343
}

0 commit comments

Comments
 (0)