Skip to content

Commit

Permalink
fix: exported DatePicker from Labs instead of MUI (#1793)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGhadyani-Okta authored May 17, 2023
1 parent 35e1a80 commit c63244b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/odyssey-react-labs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
*/

export { AdapterDateFns } from "@mui/x-date-pickers/AdapterDateFns";
export { DatePicker, LocalizationProvider } from "@mui/x-date-pickers";
export type {
DatePickerProps,
LocalizationProviderProps,
} from "@mui/x-date-pickers";
export { LocalizationProvider } from "@mui/x-date-pickers";
export type { LocalizationProviderProps } from "@mui/x-date-pickers";

export * from "./DatePicker";
export * from "./datePickerTheme";

0 comments on commit c63244b

Please sign in to comment.