Skip to content

Commit

Permalink
testing tiers when building
Browse files Browse the repository at this point in the history
  • Loading branch information
stcalica committed May 4, 2024
1 parent 7405add commit 6034701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/HomePage/Pricing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import PricingTier from "@/components/PricingTiers";
import { tiers } from "@/constants/tiers";

type PropTypes = {};
console.log("tiers", tiers);

const Pricing = ({}: PropTypes) => (
<div className="w-full flex flex-col items-center justify-center">
Expand Down

0 comments on commit 6034701

Please sign in to comment.