Skip to content

Commit

Permalink
Fix import statement in migrating-from-deprecated-apis.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Apr 11, 2024
1 parent ae45647 commit 537590c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ Here's how to migrate:
```

```diff
import { alertClasses } from '@mui/material/PaginationItem';
import { alertClasses } from '@mui/material/Alert';

MuiPaginationItem: {
MuiAlert: {
styleOverrides: {
root: {
- [`&.${alertClasses.standardSuccess}`]: {
Expand Down

0 comments on commit 537590c

Please sign in to comment.