🐛(react) export DatePicker components
Date picker elements were not exported in the global `index.ts`
This commit is contained in:
committed by
aleb_the_flash
parent
d618a1805e
commit
c160359045
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user