import { CustomDatePicker } from '[Organization-folder]/oneems-react-components';
=> this is wrong.
You have exported CustomDatePicker as default in other file so use as per below statement.
import CustomDatePicker from '[Organization-folder]/oneems-react-components'