Drop unused Dialog/Drawer Trigger imports in ActionsPage

This commit is contained in:
Chad Curtis
2026-05-16 00:46:20 -05:00
parent a90ac34508
commit 4838ec3556
+2 -2
View File
@@ -35,10 +35,10 @@ import {
Select, SelectContent, SelectItem, SelectTrigger, SelectValue,
} from '@/components/ui/select';
import {
Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle, DialogTrigger,
Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle,
} from '@/components/ui/dialog';
import {
Drawer, DrawerContent, DrawerDescription, DrawerHeader, DrawerTitle, DrawerTrigger,
Drawer, DrawerContent, DrawerDescription, DrawerHeader, DrawerTitle,
} from '@/components/ui/drawer';
import {
Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList,