Skip to content

Commit

Permalink
fix(es/helpers): Remove unused export from _using_ctx.js (#8891)
Browse files Browse the repository at this point in the history
**Description:**

Fixes stray export in `_using_ctx.js` inside of `packages/helpers`. This was causing build failures in my project, and I believe it was an errant export from a previous version of the helpers package.
  • Loading branch information
anenger committed Apr 25, 2024
1 parent c76cd9e commit 438d0b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/helpers/esm/_using_ctx.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,4 @@ export function _using_ctx() {
};
}

export { _usingCtx as _ };
export { _using_ctx as _ };

0 comments on commit 438d0b3

Please sign in to comment.