Skip to content

Commit

Permalink
fix: config-provider path
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Jul 30, 2021
1 parent a345811 commit 83be340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zarm/src/calendar/PropsType.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ReactNode } from 'react';
import type { Locale } from '../n-config-provider/interface';
import type { Locale } from '../config-provider/PropsType';

export interface BaseCalendarProps {
value?: Date | Date[];
Expand Down

0 comments on commit 83be340

Please sign in to comment.