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 7fe173f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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'


1 change: 0 additions & 1 deletion packages/fetch/src/utils/form-data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {randomBytes} from 'crypto';
import { File } from "@remix-run/web-file";
import { iterateMultipart } from '@web3-storage/multipart-parser';
import { FormData, File } from '../package.js';
import { isBlob } from './is.js';
Expand Down

0 comments on commit 7fe173f

Please sign in to comment.