bugfix - updated
This commit is contained in:
parent
ec92e3917c
commit
2207557318
|
@ -2,7 +2,7 @@ import { Price, Product, SourceModal } from "@/types";
|
||||||
import { createCheckoutSession, isAuthenticated } from "@/app/(auth)/actions";
|
import { createCheckoutSession, isAuthenticated } from "@/app/(auth)/actions";
|
||||||
import { toast } from "react-toastify";
|
import { toast } from "react-toastify";
|
||||||
import { useRouter } from "next/navigation";
|
import { useRouter } from "next/navigation";
|
||||||
import Icon from "./Icon";
|
import Icon from "@/components/Icon/Icon";
|
||||||
|
|
||||||
export default function PriceCard({
|
export default function PriceCard({
|
||||||
product,
|
product,
|
||||||
|
|
Loading…
Reference in New Issue