perf: correct cloneDeep spelling errors [skip ci] (#4099)

Signed-off-by: aonoa <1991849113@qq.com>
This commit is contained in:
aonoa
2024-08-09 18:24:52 +08:00
committed by GitHub
parent ca164b0f9b
commit 5b56c300ab
2 changed files with 3 additions and 3 deletions

View File

@@ -9,4 +9,4 @@ export * from './tree';
export * from './unique';
export * from './update-css-variables';
export * from './window';
export { default as cloneDepp } from 'lodash.clonedeep';
export { default as cloneDeep } from 'lodash.clonedeep';