Skip to content

Commit

Permalink
Fix imports in objectToFormData file
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Mar 12, 2024
1 parent 2c899f5 commit cdecc1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/objectToFormData.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {pathToString, Path, type PathNotations} from "./utils/pathToString.js"
import type {Path, PathNotations} from "./utils/pathToString.js"
import {createIterator} from "./utils/createIterator.js"
import {pathToString} from "./utils/pathToString.js"
import {isPlainObject} from "./utils/isPlainObject.js"
import {isFunction} from "./utils/isFunction.js"
import {isBoolean} from "./utils/isBoolean.js"
Expand Down

0 comments on commit cdecc1a

Please sign in to comment.