Skip to content

Commit

Permalink
fix: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SANTHSIM22 committed Nov 3, 2024
1 parent f69993e commit 13fc6ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/widget/performers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import { ScrollTrigger } from "gsap/ScrollTrigger"
import Lenis from "@studio-freight/lenis"
import { useGSAP } from "@gsap/react"
import { tedxsjecAssetsPrefix } from "@/lib/utils"
import { Dialog, DialogContent, DialogTrigger } from "@/components/ui/dialog"
import { X } from "lucide-react"

import { Dialog, DialogContent } from "@/components/ui/dialog"
gsap.registerPlugin(ScrollTrigger)

interface PerformerSection {
Expand Down

0 comments on commit 13fc6ac

Please sign in to comment.