Skip to content

Commit 7fe173f

Browse files
committed
fix: cleanup imports
1 parent 8f923a6 commit 7fe173f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/fetch/src/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

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

66

packages/fetch/src/utils/form-data.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import {randomBytes} from 'crypto';
2-
import { File } from "@remix-run/web-file";
32
import { iterateMultipart } from '@web3-storage/multipart-parser';
43
import { FormData, File } from '../package.js';
54
import { isBlob } from './is.js';

0 commit comments

Comments
 (0)