diff --git a/src/index.ts b/src/index.ts index 08492a2..6549f29 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -export * from "./cashu"; -export * from "./general"; +export * from "./cashu.ts"; +export * from "./general.ts"; export * from "./nostr.ts"; export * from "./email.ts"; \ No newline at end of file