Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Dec 12, 2024
1 parent bbbc6dc commit 7cbafaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/pages/Pools.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Box, Stack, Text } from '@centrifuge/fabric'
import * as React from 'react'
import { Dec } from 'src/utils/Decimal'
import { formatBalance } from 'src/utils/formatting'
import { Dec } from '../../src/utils/Decimal'
import { useListedPools } from '../../src/utils/useListedPools'
import { LayoutSection } from '../components/LayoutBase/LayoutSection'
import { PoolList } from '../components/PoolList'
Expand Down

0 comments on commit 7cbafaa

Please sign in to comment.