ohif-viewer/platform/ui-next/src/components/DateRange/index.ts
Alireza 70f2c797f4
feat(ui): move to React 18 and base for using shadcn/ui (#4174)
Co-authored-by: IbrahimCSAE <ibrahim.mdev@gmail.com>
2024-05-27 14:30:25 -04:00

4 lines
88 B
TypeScript

import { DatePickerWithRange } from "./DateRange";
export default DatePickerWithRange;