minimal cleanup

This commit is contained in:
Danny Morabito 2024-12-03 14:29:32 +01:00
parent 03163e9f4a
commit c1d309ba09
Signed by: dannym
GPG key ID: 7CC8056A5A04557E

View file

@ -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";