Skip to content

Commit

Permalink
fixed the path not found for Coin
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason Smith committed Aug 5, 2024
1 parent 4355162 commit f5eefff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
import { Pool } from './provide-liquidity';
import { getLogoUrlFromDenom } from './pool-list';
import { ChainLogo } from './pool-card';
import { Coin } from 'osmojs/types/codegen/cosmos/base/v1beta1/coin';
import { Coin } from 'osmojs/dist/codegen/cosmos/base/v1beta1/coin';
import {
NormalButton,
PoolAssetDisplay,
Expand Down

0 comments on commit f5eefff

Please sign in to comment.