We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefd299 commit 50ff42dCopy full SHA for 50ff42d
extension/src/content-script/components/modals/ConfirmationModal.tsx
@@ -1,9 +1,7 @@
1
-import React from 'react'
2
import { Button } from '@/components/ui/button'
3
import { Dialog } from './Dialog'
4
import { cn } from '@/lib/utils'
5
import { MessageCircle } from 'lucide-react'
6
-import { debug } from '../../utils/debug'
7
8
interface ConfirmationModalProps {
9
open: boolean
0 commit comments