Skip to content

Commit c633bd9

Browse files
committed
adding import/export statement
1 parent 01de80b commit c633bd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/v2/providers/alerts/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
import * as appDistribution from './appDistribution';
2+
3+
export { appDistribution };
14
export * from './alerts';

0 commit comments

Comments
 (0)