Skip to content

Commit

Permalink
🐛 Add missing export for the progress addon
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Dec 3, 2022
1 parent 941efd5 commit ebb0577
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/addons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ export type { FormUrlAddon } from "./formUrl.js"
export { default as perfsAddon } from "./perfs.js"
export type { PerfsAddon } from "./perfs.js"
export { default as queryStringAddon } from "./queryString.js"
export type { QueryStringAddon } from "./queryString.js"
export type { QueryStringAddon } from "./queryString.js"
export { default as progressAddon } from "./progress.js"
export type { ProgressResolver } from "./progress.js"

0 comments on commit ebb0577

Please sign in to comment.