fix(mui): update mui datepickers to newer package

This commit is contained in:
Amruth Pillai
2022-07-01 01:01:27 +02:00
parent e2e08ad390
commit bfb48e3aa7
12 changed files with 16 additions and 13 deletions

View File

@ -1,6 +1,6 @@
import { joiResolver } from '@hookform/resolvers/joi';
import { Add, DriveFileRenameOutline } from '@mui/icons-material';
import DatePicker from '@mui/lab/DatePicker';
import { DatePicker } from '@mui/x-date-pickers';
import { Button, Slider, TextField } from '@mui/material';
import { Custom } from '@reactive-resume/schema';
import dayjs from 'dayjs';