Skip to content

Commit

Permalink
fix(import): unify importation of request and useParams from umijs/max
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Apr 9, 2024
1 parent b122db4 commit 963e662
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/src/pages/Cluster/Detail/Connection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ import { PageContainer } from '@ant-design/pro-components'
import { intl } from '@/utils/intl'
import { OBTerminal } from '@/components/Terminal/terminal'
import { Button, Row, message } from 'antd'
import { request } from '@umijs/max'
import { request, useParams } from '@umijs/max'
import { useRequest } from 'ahooks'
import { getClusterDetailReq } from '@/services'
import BasicInfo from '../Overview/BasicInfo'
import { useParams } from '@umijs/max'


const ClusterConnection: React.FC = () => {
Expand Down

0 comments on commit 963e662

Please sign in to comment.