Skip to content

Commit

Permalink
chore(dashboard): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
LetItRock committed Nov 14, 2024
1 parent ea73764 commit b570681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/dashboard/src/components/workflow-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { RiMore2Fill } from 'react-icons/ri';
import { createSearchParams, useLocation, useSearchParams } from 'react-router-dom';
import { getV2 } from '@/api/api.client';
import { DefaultPagination } from '@/components/default-pagination';
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@/components/primitives/select';
import { Skeleton } from '@/components/primitives/skeleton';
import {
Table,
Expand Down

0 comments on commit b570681

Please sign in to comment.