Skip to content

Commit

Permalink
Update docs/src/pages/guides/migration-v4/migration-v4.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Sep 25, 2020
1 parent ed5d023 commit 13c6f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/guides/migration-v4/migration-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@ const theme = createMuitheme({
- Move the component from the lab to the core. The component is now stable.

```diff
-import Alert from '@material-ui/lab/Rating';
+import Alert from '@material-ui/core/Rating';
-import Rating from '@material-ui/lab/Rating';
+import Rating from '@material-ui/core/Rating';
```

- Change the default empty icon to improve accessibility.
Expand Down

0 comments on commit 13c6f20

Please sign in to comment.