I am trying to implement Material-ui-picker in react application .
Intergratied code from this below link
trying to implement complimentary design section
I used the code from the docs in seperate file and installed all the packages but getting Module not found: Error: Can't resolve 'date-fns/format' Then i tried to import the date-fns link from node-modules folder path like this import DateFnsUtils from '../../../../node_modules/date-fns/form' then getting below error .
Does anyone successfully integrated material-ui-pickers .. Please suggest