Skip to content

Commit

Permalink
refactor: import
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Feb 1, 2024
1 parent de5e054 commit 110addb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cascader-view/use-cascader-value-extend.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { useMemo } from 'react'
import isEqual from 'react-fast-compare'
import memoize from 'nano-memoize'
import { CascaderValue, CascaderValueExtend } from './cascader-view'
import type { CascaderOption } from './cascader-view'
import isEqual from 'react-fast-compare'

export function useCascaderValueExtend(
options: CascaderOption[],
Expand Down

0 comments on commit 110addb

Please sign in to comment.