File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,5 +4,4 @@ export { default as FilterSidebar } from './FilterSidebar';
44export { default as SortDropdown } from './SortDropdown' ;
55export { default as PaginationControls } from './PaginationControls' ;
66export { 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' ;
Original file line number Diff line number Diff line change 1+ import FeaturedProductImage from '../../components/NewProductsBanner/NewProductsBanner' ;
12import {
23 CollectionSection ,
34 HeroSection ,
67 WhyChoose ,
78 SupplementForGoalsSection ,
89} from '../../components' ;
9- import FeaturedProductImage from '../../components/Products/FeaturedProductImage' ;
1010
1111export default function Home ( ) {
1212 return (
@@ -39,5 +39,5 @@ export default function Home() {
3939 < CollectionSection />
4040 </ main >
4141 </ >
42- )
42+ ) ;
4343}
You can’t perform that action at this time.
0 commit comments