Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwanDecoster committed Sep 24, 2024
1 parent c6cd9a0 commit cbfe766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AddressOrENS, WorkflowError } from '@iexec/dataprotector';
import { AddressOrENS } from '@iexec/dataprotector';
import { useMutation, useQueryClient } from '@tanstack/react-query';
import { useNavigate } from '@tanstack/react-router';
import { useToast } from '@/components/ui/use-toast.ts';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AddressOrENS, WorkflowError } from '@iexec/dataprotector';
import { AddressOrENS } from '@iexec/dataprotector';
import { useMutation, useQueryClient } from '@tanstack/react-query';
import { useNavigate } from '@tanstack/react-router';
import { useToast } from '@/components/ui/use-toast.ts';
Expand Down

0 comments on commit cbfe766

Please sign in to comment.