From 220755731867704e0d06201817c29e5940f181e1 Mon Sep 17 00:00:00 2001 From: James Wyndham Date: Tue, 27 Feb 2024 18:15:28 +0800 Subject: [PATCH] bugfix - updated --- Frontend/components/PriceCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/components/PriceCard.tsx b/Frontend/components/PriceCard.tsx index ccc7ee5..d52dd31 100644 --- a/Frontend/components/PriceCard.tsx +++ b/Frontend/components/PriceCard.tsx @@ -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,