Skip to content

Commit

Permalink
Merge pull request #21 from atomdmac/fix-import-typo
Browse files Browse the repository at this point in the history
Fix import typo
  • Loading branch information
zackify authored Sep 15, 2020
2 parents c0bfb40 + 6c39ada commit f775f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/use-upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
} from './upload-reducer';
import { XHRClient, XHROptions, createXhrClient } from './clients/xhr';
import { FileOrFileList } from './';
import { GraphQLClient, GraphQLOptions } from 'clients/graphql';
import { GraphQLClient, GraphQLOptions } from './clients/graphql';

type HookProps = {
files: File | FileList;
Expand Down

0 comments on commit f775f66

Please sign in to comment.