Skip to content

Commit

Permalink
Fix import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Feb 13, 2025
1 parent 798c7bf commit ce9d830
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import { DataTable, FilterableTableHeader, SortableTableHeader } from '../../Dat
import { LoanLabel, getLoanLabelStatus } from '../../LoanLabel'
import { Amount, getAmount } from '../../LoanList'
import { Spinner } from '../../Spinner'
import { CreateAssetsDrawer } from '../CreateAssetsDrawer'
import { TransformedLoan, usePoolMetadataMap } from '../utils'
import { CreateAssetsDrawer } from './CreateAssetsDrawer'

const StyledButton = styled(AnchorButton)`
& > span {
Expand Down

0 comments on commit ce9d830

Please sign in to comment.