Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nrutman committed Apr 29, 2024
1 parent 7a11d60 commit b5135a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from "middleware";
export { buildPipeline } from "./buildPipeline";
export * from "./buildPipeline";
export * from "./error";
export * from "./middleware";
export * from "./types";

0 comments on commit b5135a6

Please sign in to comment.