File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
governance/xc-admin/packages/xc-admin-frontend/components/tabs Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,10 @@ import {
15
15
} from '@tanstack/react-table'
16
16
import { useContext , useEffect , useState } from 'react'
17
17
import toast from 'react-hot-toast'
18
- import { proposeInstructions } from 'xc-admin-common'
18
+ import { getMultisigCluster , proposeInstructions } from 'xc-admin-common'
19
19
import { ClusterContext } from '../../contexts/ClusterContext'
20
20
import { usePythContext } from '../../contexts/PythContext'
21
- import {
22
- getMultisigCluster ,
23
- SECURITY_MULTISIG ,
24
- useMultisig ,
25
- } from '../../hooks/useMultisig'
21
+ import { SECURITY_MULTISIG , useMultisig } from '../../hooks/useMultisig'
26
22
import { capitalizeFirstLetter } from '../../utils/capitalizeFirstLetter'
27
23
import ClusterSwitch from '../ClusterSwitch'
28
24
import Modal from '../common/Modal'
You can’t perform that action at this time.
0 commit comments