Skip to content

Commit

Permalink
feat: 优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Jan 21, 2024
1 parent 9a86ff9 commit d171a1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/usePropsReactive.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { isEqual } from 'lodash-es';
import { isFunction } from '@pansy/shared';
import { useDeepCompareEffect, useUnmount, usePrevious } from '@pansy/react-hooks';
import { toCapitalString } from '@/utils';
import { toCapitalString } from '../utils/toCapitalString';

interface Options {
setterMap?: Record<string, Function>;
Expand Down
File renamed without changes.

0 comments on commit d171a1c

Please sign in to comment.