File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
tailwind_components/pricing_cards Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ import standardPricingCard from "./standard_pricing.jsx";
22import verticalPricing from "./vertical_pricing.jsx" ;
33import smallPricingCard from "./small_pricing_card.jsx" ;
44import pricingCardRibbon from "./pricing_card_ribbon.jsx" ;
5-
5+ import pricingCardWithButton from "./pricing_with_button" ;
66const pricingCardsCollections = [
77 { componentName : "Standard Pricing Card" , component : standardPricingCard } ,
88 { componentName : "Vertical Pricing Card" , component : verticalPricing } ,
99 { componentName : "Small Pricing Card" , component : smallPricingCard } ,
1010 { componentName : "Pricing Card with Ribbon" , component : pricingCardRibbon } ,
11+ { componentName : "Pricing Card with Button" , component : pricingCardWithButton } ,
1112] ;
1213
1314export default pricingCardsCollections ;
You can’t perform that action at this time.
0 commit comments