Skip to content

Commit

Permalink
fix: remove export
Browse files Browse the repository at this point in the history
  • Loading branch information
richenlin committed Dec 20, 2023
1 parent 51c7293 commit b2eed18
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 21:56:32
* @LastEditTime: 2023-12-09 23:02:40
* @LastEditTime: 2023-12-20 20:28:04
* @License: BSD (3-Clause)
* @Copyright (c): <richenlin(at)gmail.com>
*/
Expand All @@ -16,7 +16,6 @@ export * from "koatty_core";
export * from "koatty_container";
export * from "koatty_exception";
export * from "koatty_serve";
export * from "koatty_trace";
export { Value, Config } from "koatty_config";
export { Helper } from "./util/Helper";
export { Logger } from "./util/Logger";

0 comments on commit b2eed18

Please sign in to comment.