From b344a029f7cc77b3247ed41261f288ae3264a5c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Thu, 23 Jun 2022 12:07:11 +0200 Subject: [PATCH] Remove another reference to Base --- .../guides/understand-mui-packages/understand-mui-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/guides/understand-mui-packages/understand-mui-packages.md b/docs/data/material/guides/understand-mui-packages/understand-mui-packages.md index 68e2cae467e7a6..ef9c03dc82e915 100644 --- a/docs/data/material/guides/understand-mui-packages/understand-mui-packages.md +++ b/docs/data/material/guides/understand-mui-packages/understand-mui-packages.md @@ -42,7 +42,7 @@ Check the [MUI X overview](/x/advanced-components/) for more information about o Material UI is a comprehensive library of components that features our implementation of Google's Material Design. -Both `@mui/base` and `@mui/system` are included as dependencies, meaning you don't need to install or import them separately—you can import them directly from `@mui/material`. +`@mui/system` is included as dependency, meaning you don't need to install or import it separately—you can import its components and functions directly from `@mui/material`. ### MUI Base