diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2023-10-01 14:34:37 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2023-10-01 14:34:37 +0700 |
commit | 2d1a0042f74a6fe85aa5e408eb1dd3066efbaf72 (patch) | |
tree | ea309a64bef46bc9882adcc646318d8151a2ed19 /package.json | |
parent | a4f1b82242b37cc96047d41af04f9f689a8232bd (diff) |
upd: minTime maxTime makes it annoying to input, invalid time handled in result instead
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index a6425d8..851d322 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,8 @@ "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@fontsource/roboto": "^5.0.8", + "@mdi/js": "^7.2.96", + "@mdi/react": "^1.6.1", "@mui/icons-material": "^5.14.11", "@mui/material": "^5.14.11", "@mui/x-date-pickers": "^6.16.0", |