Skip to content

Commit

Permalink
feat: expose ManaBalances (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
braianj authored Nov 22, 2024
1 parent 3c84e1b commit 3098b78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/UserMenu/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export { UserMenu } from "./UserMenu"
export { UserMenuSignedIn } from "./UserMenuSignedIn/UserMenuSignedIn"
export { ManaBalances } from "./ManaBalances"

export type { UserMenuProps } from "./UserMenu.types"
export type { UserMenuSignedInProps } from "./UserMenuSignedIn/UserMenuSignedIn.types"
export type { ManaBalancesProps } from "./ManaBalances"

0 comments on commit 3098b78

Please sign in to comment.