diff options
Diffstat (limited to 'utils/mod.ts')
-rw-r--r-- | utils/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mod.ts b/utils/mod.ts index 4e907df..a8a0751 100644 --- a/utils/mod.ts +++ b/utils/mod.ts @@ -1,4 +1,4 @@ -export * from "./logger.ts"; +export * from "./trace.ts"; export * from "./env.ts"; export * from "./run.ts"; export * from "./secret.ts"; |