Skip to content

Commit

Permalink
Lint unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
JorikSchellekens committed Feb 6, 2025
1 parent fefd299 commit 50ff42d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import React from 'react'
import { Button } from '@/components/ui/button'
import { Dialog } from './Dialog'
import { cn } from '@/lib/utils'
import { MessageCircle } from 'lucide-react'
import { debug } from '../../utils/debug'

interface ConfirmationModalProps {
open: boolean
Expand Down

0 comments on commit 50ff42d

Please sign in to comment.