bugfix - updated

This commit is contained in:
James Wyndham 2024-02-27 18:15:28 +08:00
parent ec92e3917c
commit 2207557318
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { Price, Product, SourceModal } from "@/types";
import { createCheckoutSession, isAuthenticated } from "@/app/(auth)/actions";
import { toast } from "react-toastify";
import { useRouter } from "next/navigation";
import Icon from "./Icon";
import Icon from "@/components/Icon/Icon";
export default function PriceCard({
product,