Skip to content

Commit

Permalink
ToggleButtonGroup moved out of lab, purge @mui/lab
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-hackin committed Oct 12, 2021
1 parent 4c4d775 commit 35abd25
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 193 deletions.
191 changes: 0 additions & 191 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"@flatten-js/polygon-offset": "^1.1.3",
"@mavedev/react-file-picker": "^1.1.0",
"@mui/icons-material": "^5.0.3",
"@mui/lab": "^5.0.0-alpha.50",
"@mui/material": "^5.0.3",
"@mui/styles": "^5.0.1",
"@mui/types": "^7.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ToggleButton from '@mui/material/ToggleButton';
import ToggleButtonGroup from '@mui/lab/ToggleButtonGroup/ToggleButtonGroup';
import ToggleButtonGroup from '@mui/material/ToggleButtonGroup';
import CachedIcon from '@mui/icons-material/Cached';
import OpenWithIcon from '@mui/icons-material/OpenWith';
import AspectRatioIcon from '@mui/icons-material/AspectRatio';
Expand Down

0 comments on commit 35abd25

Please sign in to comment.