better imports
This commit is contained in:
parent
663f989e5d
commit
220c5ff37a
|
@ -12,7 +12,7 @@ import Button from '@components/shared/Button'
|
|||
import { MANGO_DAO_WALLET } from 'utils/governance/constants'
|
||||
import { USDC_MINT } from 'utils/constants'
|
||||
import { Transaction } from '@solana/web3.js'
|
||||
import { chunk } from 'lodash'
|
||||
import chunk from 'lodash/chunk'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
import { notify } from 'utils/notifications'
|
||||
import { isMangoError } from 'types'
|
||||
|
|
|
@ -18,7 +18,7 @@ import {
|
|||
Transaction,
|
||||
TransactionInstruction,
|
||||
} from '@solana/web3.js'
|
||||
import { chunk } from 'lodash'
|
||||
import chunk from 'lodash/chunk'
|
||||
import { MANGO_MINT } from 'utils/constants'
|
||||
import { MANGO_GOVERNANCE_PROGRAM, MANGO_REALM_PK } from '../constants'
|
||||
import { VsrClient } from '../voteStakeRegistryClient'
|
||||
|
|
Loading…
Reference in New Issue