fix: add missing Play and Square imports to task-detail-panel
This commit is contained in:
@@ -30,7 +30,7 @@ import {
|
|||||||
AlertDialogTitle,
|
AlertDialogTitle,
|
||||||
} from '@/components/ui/alert-dialog';
|
} from '@/components/ui/alert-dialog';
|
||||||
import { Badge } from '@/components/ui/badge';
|
import { Badge } from '@/components/ui/badge';
|
||||||
import { Calendar, Loader2 } from 'lucide-react';
|
import { Calendar, Loader2, Play, Square } from 'lucide-react';
|
||||||
|
|
||||||
interface TaskDetail {
|
interface TaskDetail {
|
||||||
id: string;
|
id: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user