Skip to content

Instantly share code, notes, and snippets.

View bigdih573-wq's full-sized avatar

bigdih573-wq

  • Joined Oct 29, 2025
View GitHub Profile
import { Card } from '@/components/ui/card';
import { Badge } from '@/components/ui/badge';
import { ExternalLink } from 'lucide-react';
interface ProxyDisplayProps {
content: string;
url: string;
contentType: string;
}