Skip to content

Commit 8a3d973

Browse files
author
Eason Smith
committed
fixed the path not found for Coin
1 parent c1480eb commit 8a3d973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/telescope/components/react/liquidity/pool-detail-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
import { Pool } from './provide-liquidity';
1717
import { getLogoUrlFromDenom } from './pool-list';
1818
import { ChainLogo } from './pool-card';
19-
import { Coin } from 'osmojs/types/codegen/cosmos/base/v1beta1/coin';
19+
import { Coin } from 'osmojs/dist/codegen/cosmos/base/v1beta1/coin';
2020
import {
2121
NormalButton,
2222
PoolAssetDisplay,

0 commit comments

Comments
 (0)