Skip to content

Commit

Permalink
feat(sonner): resolve issue in premium page
Browse files Browse the repository at this point in the history
  • Loading branch information
Woofer21 committed Dec 28, 2024
1 parent 3b6eb3e commit 86e8398
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/premium/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import { LazyMotion, domAnimation, m } from 'framer-motion'
import CheckoutButton from './_components/checkoutButton'
import { DiscordGuild, #Data } 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'
Expand Down Expand Up @@ -293,7 +292,6 @@ export default function Premium() {
</Dialog>
</div>
</div>
<Toaster />
<a
href="https://stripe.com/"
target="_blank"
Expand Down

0 comments on commit 86e8398

Please # to comment.