From f91d699e8fe95714f93f295482fe5585cc64eb18 Mon Sep 17 00:00:00 2001 From: Ayodejioladimeji Date: Wed, 24 Jul 2024 15:10:14 +0100 Subject: [PATCH] fixed button import error --- src/components/layouts/careercard/CareerCard.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/layouts/careercard/CareerCard.tsx b/src/components/layouts/careercard/CareerCard.tsx index 74a556aa1..8acf15165 100644 --- a/src/components/layouts/careercard/CareerCard.tsx +++ b/src/components/layouts/careercard/CareerCard.tsx @@ -1,8 +1,9 @@ import { FC } from "react"; +import { Button } from "~/components/ui/button"; import { Card, CardContent, CardFooter } from "~/components/ui/card"; import { Skeleton } from "~/components/ui/skeleton"; -import CustomButton from "../Button/button"; + interface CareerCardProperties { isLoading: boolean; @@ -54,7 +55,7 @@ const CareerCard: FC = ({ {amount} /month - View Details + )}