diff --git a/frontend/src/components/BillingStatus.tsx b/frontend/src/components/BillingStatus.tsx index 9f92badba..62b356a02 100644 --- a/frontend/src/components/BillingStatus.tsx +++ b/frontend/src/components/BillingStatus.tsx @@ -4,7 +4,6 @@ import { Button } from "@/components/ui/button"; import { BillingDebugger } from "./BillingDebugger"; import { useLocalState } from "@/state/useLocalState"; import { getBillingService } from "@/billing/billingService"; -import { Bitcoin } from "lucide-react"; export function BillingStatus() { const navigate = useNavigate(); @@ -61,15 +60,6 @@ export function BillingStatus() { > {getChatsText()} - {isFree && ( -