Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #69 from ifsnow/fix/admob-export-error
Browse files Browse the repository at this point in the history
fix: AdMob export error
  • Loading branch information
wjaykim authored Nov 24, 2021
2 parents 2d997d0 + 743a1c2 commit 169ea2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { default as AdMob } from './AdMob';
export * from './AdMob';
import AdMob from './AdMob';
export default AdMob;

export * from './ads';
export * from './constants';
export * from './hooks';
Expand Down

0 comments on commit 169ea2c

Please sign in to comment.