fix: lodash package rename

This commit is contained in:
金伟强 2023-05-15 11:44:13 +08:00
parent db896255d6
commit d378a4a731
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import { useState, useCallback } from 'react'
import debounce from 'lodash/debounce'
import { DebouncedFunc } from 'lodash'
import debounce from 'lodash-es/debounce'
import { DebouncedFunc } from 'lodash-es'
import { validateProviderKey } from '@/service/common'
export enum ValidatedStatus {