Skip to content

Commit

Permalink
fix: remove export
Browse files Browse the repository at this point in the history
  • Loading branch information
linyyyang committed Jan 15, 2024
1 parent 401a4d2 commit 3efd4ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Usage:
* @Author: richen
* @Date: 2023-12-09 12:02:29
* @LastEditTime: 2023-12-09 15:19:53
* @LastEditTime: 2024-01-14 23:56:38
* @License: BSD (3-Clause)
* @Copyright (c): <richenlin(at)gmail.com>
*/
Expand All @@ -15,4 +15,3 @@ export * from "./server/terminus";
export * from "./router/router";
export * from "./router/mapping";
export * from "./router/params";
export * from "./router/payload";

0 comments on commit 3efd4ba

Please sign in to comment.