🐛(react) export DatePicker components

Date picker elements were not exported in the global `index.ts`
This commit is contained in:
Lebaud Antoine
2023-06-23 12:39:02 +02:00
committed by aleb_the_flash
parent d618a1805e
commit c160359045
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
Export date picker components

View File

@@ -12,6 +12,7 @@ export * from "./components/Forms/Input";
export * from "./components/Forms/Radio";
export * from "./components/Forms/Select";
export * from "./components/Forms/Switch";
export * from "./components/Forms/DatePicker";
export * from "./components/Loader";
export * from "./components/Pagination";
export * from "./components/Provider";