Skip to content

Commit

Permalink
Merge pull request #10 from 123ishaTest/fix/mixins
Browse files Browse the repository at this point in the history
fix(mixins): Properly export mixins
  • Loading branch information
Ishadijcks authored Oct 6, 2021
2 parents a8a7255 + a46761f commit 9a764d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ig-template/mixins/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {AddWallet} from "@/ig-template/mixins/AddWallet";
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ export {
DateHelper,
ArrayBuilder,
}

// Mixins
export * from '@/ig-template/mixins/';

0 comments on commit 9a764d8

Please sign in to comment.