Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-sven committed Jan 29, 2025
1 parent 65f4753 commit c4b35b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import RemoveLiquidityModal from './remove-liquidity-modal';
import OwnerLiquidityRowItem from './owner-liquidity-row-item';
import { useOwnerLiquidity } from '../../hooks/use-owner-liquidity';

import type { OwnerLiquidityItemType } from './owner-liquidity-row-item';
import type { OwnerLiquidityItemType } from '../../hooks/use-owner-liquidity';

const headerLabel = [
{ id: 'lp', label: 'LP' },
Expand Down

0 comments on commit c4b35b8

Please sign in to comment.