|
1 | 1 | import { useState, useEffect } from 'react'; |
2 | 2 | import { Head, useForm } from '@inertiajs/react'; |
3 | | -import { Transition } from '@headlessui/react'; |
4 | 3 | import AppLayout from '@/layouts/app-layout'; |
5 | 4 | import SettingsLayout from '@/layouts/settings/layout'; |
6 | 5 | import HeadingSmall from '@/components/heading-small'; |
7 | 6 | import { Button } from '@/components/ui/button'; |
8 | 7 | import { Badge } from '@/components/ui/badge'; |
9 | | -import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '@/components/ui/card'; |
10 | | -import { Alert, AlertDescription } from '@/components/ui/alert'; |
11 | 8 | import { InputOTP, InputOTPGroup, InputOTPSlot } from '@/components/ui/input-otp'; |
12 | | -import { Label } from '@/components/ui/label'; |
13 | | -import { Separator } from '@/components/ui/separator'; |
14 | | -import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle, DialogTrigger } from '@/components/ui/dialog'; |
| 9 | +import { Dialog, DialogContent, DialogTrigger } from '@/components/ui/dialog'; |
15 | 10 | import { Check, Copy, Eye, EyeOff, Loader, ScanLine, LockKeyhole } from 'lucide-react'; |
16 | 11 | import { type BreadcrumbItem } from '@/types'; |
17 | 12 |
|
|
0 commit comments