Skip to content

Commit

Permalink
chore(mod.ts): export all public APIs from server.ts (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a committed Apr 6, 2024
1 parent f30f440 commit 6835f55
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
export * from "./components.ts";
export * from "./expect.ts";
export {
createHandlerContext,
createMiddlewareHandlerContext,
createRouteContext,
} from "./server.ts";
export * from "./server.ts";

0 comments on commit 6835f55

Please sign in to comment.