Skip to content

Commit

Permalink
fix: 引入错误 (#2648)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyatong authored Oct 18, 2024
1 parent efaa3fa commit f9047d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/packages/avatarcropper/avatarcropper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { BasicComponent, ComponentDefaults } from '@/utils/typings'
import { useTouch } from '@/utils/use-touch'
import { clamp, preventDefault } from '@/utils'
import { getRect } from '@/utils/use-client-rect'
import { useConfig } from '@/packages/configprovider/configprovider.taro'
import { useConfig } from '@/packages/configprovider'

export type AvatarCropperToolbarPosition = 'top' | 'bottom'
export type AvatarCropperShape = 'square' | 'round'
Expand Down
2 changes: 1 addition & 1 deletion src/packages/calendarcard/calendarcard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
getCurrentWeekDays,
getPrevMonthDays,
} from './utils'
import { useConfig } from '@/packages/configprovider/configprovider'
import { useConfig } from '@/packages/configprovider'
import type {
CalendarCardDay,
CalendarCardMonth,
Expand Down
2 changes: 1 addition & 1 deletion src/packages/calendaritem/calendaritem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
getPreMonthDates,
} from '@/utils/date'
import requestAniFrame from '@/utils/raf'
import { useConfig } from '@/packages/configprovider/configprovider'
import { useConfig } from '@/packages/configprovider'
import { usePropsValue } from '@/utils/use-props-value'
import {
splitDate,
Expand Down
2 changes: 1 addition & 1 deletion src/packages/cascader/cascader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
import Tree from './tree'
import { ComponentDefaults } from '@/utils/typings'
import { usePropsValue } from '@/utils/use-props-value'
import { useConfig } from '@/packages/configprovider/configprovider.taro'
import { useConfig } from '@/packages/configprovider'

export interface CascaderProps
extends Pick<
Expand Down

0 comments on commit f9047d6

Please sign in to comment.