Skip to content

Commit

Permalink
fix: 引入错误 (#2648)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyatong committed Oct 25, 2024
1 parent 79970c6 commit c90682e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c90682e

Please sign in to comment.