Skip to content

Commit 7914de2

Browse files
committed
Fix import path for trackAdEvent in PricingCard component
1 parent ed8b69f commit 7914de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app/subscribe/components/PricingCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
formatEventTier,
1515
} from "./utils";
1616
import { getStripePrices } from "../../../lib/stripe";
17-
import { trackAdEvent } from "../../../lib/trackAdevent";
17+
import { trackAdEvent } from "../../../lib/trackAdEvent";
1818

1919
export function PricingCard({ isLoggedIn }: { isLoggedIn: boolean }) {
2020
const stripePrices = getStripePrices();

0 commit comments

Comments
 (0)