diff --git a/mod.ts b/mod.ts index 8b13789..259c2fb 100644 --- a/mod.ts +++ b/mod.ts @@ -1 +1,2 @@ - +export { send } from './src/send.ts' +export { Contact } from './src/contact.ts'