fix: lodash package rename (#9)

Co-authored-by: Joel
This commit is contained in:
Joel 2023-05-15 11:48:46 +08:00 committed by GitHub
parent 4926a0fcb1
commit 19eaf27126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {