diff --git a/package.json b/package.json index 27c91d535..2eac49bf7 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,17 @@ "version": "0.11.0", "private": true, "dependencies": { + "@date-io/date-fns": "1.x", "@material-ui/core": "^4.11.4", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.58", + "@material-ui/pickers": "^3.3.10", "@reduxjs/toolkit": "^1.6.0", "@testing-library/jest-dom": "^5.13.0", "axios": "^0.21.0", "axios-mock-adapter": "^1.20.0", "clsx": "^1.1.1", + "date-fns": "^2.0.0-beta.5", "dompurify": "^2.2.9", "history": "^4.9.0", "i18next": "^20.3.1", diff --git a/src/App.tsx b/src/App.tsx index 8a8808a5e..d5428fda7 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,6 +7,8 @@ import { CssBaseline, ThemeProvider, } from '@material-ui/core'; +import DateFnsUtils from '@date-io/date-fns'; +import { MuiPickersUtilsProvider } from '@material-ui/pickers'; import { MAIN_THEME } from 'styles/theme'; import { ROUTER_CONFIG, @@ -84,18 +86,20 @@ export const App: React.FC = () => {
- - - - } - > - - + + + + + } + > + + +