From ad311447d3339b16248802c465ddd676d0db8026 Mon Sep 17 00:00:00 2001 From: Shabareesh J L Date: Sat, 14 Jul 2018 23:29:57 +0530 Subject: [PATCH] [docs] Add Menu Item to 'Migration From v0.x' Document --- docs/src/pages/guides/migration-v0x/migration-v0x.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/src/pages/guides/migration-v0x/migration-v0x.md b/docs/src/pages/guides/migration-v0x/migration-v0x.md index fee8113d7c9776..06971816a2ecfe 100644 --- a/docs/src/pages/guides/migration-v0x/migration-v0x.md +++ b/docs/src/pages/guides/migration-v0x/migration-v0x.md @@ -145,6 +145,16 @@ This will apply a change such as the following: +/> ``` +### Menu Item + +```diff +-import MenuItem from 'material-ui/MenuItem'; ++import MenuItem from '@material-ui/core/MenuItem'; + +- ++Profile +``` + ### To be continued… Have you successfully migrated your app, and wish to help the community?