diff --git a/app/premium/page.tsx b/app/premium/page.tsx index 473068c..fed81e8 100644 --- a/app/premium/page.tsx +++ b/app/premium/page.tsx @@ -35,7 +35,6 @@ import { LazyMotion, domAnimation, m } from 'framer-motion' import CheckoutButton from './_components/checkoutButton' import { DiscordGuild, PricingData } from './_types' import { ServersListSkeleton } from './_components' -import { Toaster } from '@/components/ui/toaster' import { useIdToken } from '@/helpers/hooks' import { Suspense, useState } from 'react' import { getServer } from '@/lib/redis' @@ -293,7 +292,6 @@ export default function Premium() { -