Skip to content

Commit 00c31d4

Browse files
authored
Merge pull request #34 from Tr-andreson/fix/AddtoWishlist
Fix Add to wishlist Button
2 parents d51160e + 5786fc4 commit 00c31d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export { default as SortBy } from "./SortBy";
3535

3636
export { default as SectionTitle } from "./SectionTitle";
3737
export { default as HeartElement } from "./HeartElement";
38-
export { default as AddToWishlistBtn } from "./AddToWishlistBtn";
38+
// export { default as AddToWishlistBtn } from "./AddToWishlistBtn";
3939
export { default as Hero } from "./Hero";
4040
export { default as IntroducingSection } from "./IntroducingSection";
4141
export { default as Heading } from "./Heading";

0 commit comments

Comments
 (0)