aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/settings/SubscriptionSettings.tsx
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-12-28 08:32:32 +0000
committerMohamed Bassem <me@mbassem.com>2025-12-28 08:32:32 +0000
commit173fb99aed957fd8b9b47455a1cb5b6cf4115c34 (patch)
treedec7ca534312c2863e32c004140484916635a2bb /apps/web/components/settings/SubscriptionSettings.tsx
parentaf3010abaa37f7db4144820469422bdbb432adfc (diff)
downloadkarakeep-173fb99aed957fd8b9b47455a1cb5b6cf4115c34.tar.zst
refactor: migrate toasts to sonner
Diffstat (limited to 'apps/web/components/settings/SubscriptionSettings.tsx')
-rw-r--r--apps/web/components/settings/SubscriptionSettings.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/settings/SubscriptionSettings.tsx b/apps/web/components/settings/SubscriptionSettings.tsx
index 53f1caf4..03337c1b 100644
--- a/apps/web/components/settings/SubscriptionSettings.tsx
+++ b/apps/web/components/settings/SubscriptionSettings.tsx
@@ -1,6 +1,7 @@
"use client";
import { useEffect } from "react";
+import { toast } from "@/components/ui/sonner";
import { useTranslation } from "@/lib/i18n/client";
import { api } from "@/lib/trpc";
import { CreditCard, Loader2 } from "lucide-react";
@@ -16,7 +17,6 @@ import {
CardTitle,
} from "../ui/card";
import { Skeleton } from "../ui/skeleton";
-import { toast } from "../ui/use-toast";
export default function SubscriptionSettings() {
const { t } = useTranslation();