From e3aa31048392911fa4a903dbf2fd571fde30a41a Mon Sep 17 00:00:00 2001 From: sai6855 Date: Fri, 9 Feb 2024 15:28:07 +0530 Subject: [PATCH] Update import statement for Stack component --- docs/data/system/components/stack/stack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/system/components/stack/stack.md b/docs/data/system/components/stack/stack.md index b9ff5522db6036..66851d0c80af6b 100644 --- a/docs/data/system/components/stack/stack.md +++ b/docs/data/system/components/stack/stack.md @@ -22,7 +22,7 @@ Stack is ideal for one-dimensional layouts, while Grid is preferable when you ne ## Basics ```jsx -import Stack from '@mui/joy/Stack'; +import Stack from '@mui/system/Stack'; ``` The Stack component acts as a generic container, wrapping around the elements to be arranged.