Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
yindia committed Oct 5, 2024
1 parent c7dfcec commit bb7d012
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clients/dashboard/src/components/task/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ import { Eye, Info, RefreshCw, RotateCw, Plus, X, type Volume1 } from 'lucide-re
import { CreateTask } from './create';
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select"

import { TaskHistory as TaskHistoryProto } from '@buf/evalsocket_cloud.bufbuild_es/cloud/v1/cloud_pb'; // Adjust this path if needed
import { TaskStatusEnum } from "@/cloud/v1/cloud_pb";
import { TaskHistory as TaskHistoryProto, TaskStatusEnum } from '@buf/evalsocket_cloud.bufbuild_es/cloud/v1/cloud_pb'; // Adjust this path if needed
import { InputCode } from "@/components/task/editor";
import { createTaskManagementClient, getStatusColor, getStatusString, type TaskInterface } from "@/components/task/util";
import { TaskHistoryList } from "@/components/task/history";
Expand Down

0 comments on commit bb7d012

Please sign in to comment.