Skip to content

Commit 4108b15

Browse files
committed
Fix
1 parent 930e27a commit 4108b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/bitcoin/Miniscript.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Miniscript } from './Miniscript';
22

3-
export { Miniscript };
3+
export { Miniscript as MiniscriptType };
44

55
export default Miniscript;

0 commit comments

Comments
 (0)