Skip to content

Commit

Permalink
remove uneeded export
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus committed Feb 12, 2024
1 parent dc6e62e commit 1fe67b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import DineroConstructor from 'dinero.js'

export { DineroConstructor }
export type { Currency, Dinero } from 'dinero.js';
export { DEFAULT_CURRENCY } from './currencies';
export {
AmountFormatter,
Expand Down

0 comments on commit 1fe67b7

Please sign in to comment.