chore: update hooks import
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { PageAction } from '@/config';
|
||||
import useAppUtils from '@/hooks/use-app-utils';
|
||||
import { MetadataList, Password } from '@gpustack/core-ui';
|
||||
import { MetadataList, Password, useAppUtils } from '@gpustack/core-ui';
|
||||
import { useIntl } from '@umijs/max';
|
||||
import { Form } from 'antd';
|
||||
import { useFormContext } from '../config/form-context';
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import { PageAction } from '@/config';
|
||||
import useAppUtils from '@/hooks/use-app-utils';
|
||||
import {
|
||||
Input as CInput,
|
||||
Password,
|
||||
Select as SealSelect
|
||||
Select as SealSelect,
|
||||
useAppUtils
|
||||
} from '@gpustack/core-ui';
|
||||
import { useIntl } from '@umijs/max';
|
||||
import { Form } from 'antd';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import useAppUtils from '@/hooks/use-app-utils';
|
||||
import { CheckboxField, Input as CInput } from '@gpustack/core-ui';
|
||||
import { CheckboxField, Input as CInput, useAppUtils } from '@gpustack/core-ui';
|
||||
import { useIntl } from '@umijs/max';
|
||||
import { Form } from 'antd';
|
||||
import React from 'react';
|
||||
|
||||
Reference in New Issue
Block a user