Skip to content

Commit

Permalink
Extract sendgrid provider to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Aug 26, 2021
1 parent f5cde46 commit 3413eec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './lib/notifire';
export * from './lib/notifire.interface';
export * from './lib/template/template.interface';
export * from './providers/sendgrid.provider';
export * from './lib/provider/provider.interface';
35 changes: 0 additions & 35 deletions src/providers/sendgrid.provider.ts

This file was deleted.

0 comments on commit 3413eec

Please sign in to comment.