Skip to content

Commit

Permalink
refactor: direct type reexports
Browse files Browse the repository at this point in the history
  • Loading branch information
okjodom committed Oct 4, 2024
1 parent 9df4e9f commit 9d96bdd
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions packages/core-web/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
import { FedimintWallet } from './FedimintWallet.js'
import {
LightningGateway,
RouteHint,
FeeToAmount,
OutgoingLightningPayment,
PayType,
LnPayState,
CreateBolt11Response,
} from './types/wallet.js'

export { FedimintWallet }

export type { FedimintWallet } from './FedimintWallet.js'
export type {
LightningGateway,
RouteHint,
Expand All @@ -19,4 +7,4 @@ export type {
PayType,
LnPayState,
CreateBolt11Response,
}
} from './types/wallet.js'

0 comments on commit 9d96bdd

Please sign in to comment.