Skip to content

Commit

Permalink
fix import resolution for type Preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
lollerfirst committed Sep 19, 2024
1 parent 4895641 commit 322cc01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/model/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { AmountPreference } from './wallet/index';

export * from './mint/index';
export * from './wallet/index';

Expand Down

0 comments on commit 322cc01

Please sign in to comment.