import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '../components/ui/card'; import { Button } from '../components/ui/button'; import { Label } from '../components/ui/label'; import { Input } from '../components/ui/input'; import { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, } from "@/components/ui/alert-dialog" import { useNavigate } from 'react-router'; function App() { const navigate = useNavigate() return (