File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/demo/usecase-demo/src/modules/createNew/monetization Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- import { AddressOrENS , WorkflowError } from '@iexec/dataprotector' ;
1+ import { AddressOrENS } from '@iexec/dataprotector' ;
22import { useMutation , useQueryClient } from '@tanstack/react-query' ;
33import { useNavigate } from '@tanstack/react-router' ;
44import { useToast } from '@/components/ui/use-toast.ts' ;
Original file line number Diff line number Diff line change 1- import { AddressOrENS , WorkflowError } from '@iexec/dataprotector' ;
1+ import { AddressOrENS } from '@iexec/dataprotector' ;
22import { useMutation , useQueryClient } from '@tanstack/react-query' ;
33import { useNavigate } from '@tanstack/react-router' ;
44import { useToast } from '@/components/ui/use-toast.ts' ;
You can’t perform that action at this time.
0 commit comments