Skip to content

Commit

Permalink
fix: cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Aug 29, 2023
1 parent 8f923a6 commit ebe7c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fetch/src/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

export { Blob, ReadableStream } from '@remix-run/web-blob'
export { File } from '@web-std/file'
export { File } from '@remix-run/web-file'
export { FormData } from '@remix-run/web-form-data'


0 comments on commit ebe7c33

Please sign in to comment.