From 6034701c65dba1c5d3fbddc8d07cb3c46fa3d771 Mon Sep 17 00:00:00 2001 From: stcalica Date: Fri, 3 May 2024 17:49:04 -0700 Subject: [PATCH] testing tiers when building --- templates/HomePage/Pricing/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/HomePage/Pricing/index.tsx b/templates/HomePage/Pricing/index.tsx index d305d35..14f2a83 100644 --- a/templates/HomePage/Pricing/index.tsx +++ b/templates/HomePage/Pricing/index.tsx @@ -3,6 +3,7 @@ import PricingTier from "@/components/PricingTiers"; import { tiers } from "@/constants/tiers"; type PropTypes = {}; +console.log("tiers", tiers); const Pricing = ({}: PropTypes) => (