Skip to content

Commit 7c3651d

Browse files
siriwatknpmnajdova
authored andcommitted
[docs] Remove stringify theme import (#43032)
1 parent 9b2f2b0 commit 7c3651d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data/material/migration/migrating-to-v6/migrating-to-pigment-css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Integrating Pigment CSS with Material UI requires you to configure the theme t
171171
Add the following code to your [Next.js](#nextjs) or [Vite](#vite) config file:
172172

173173
```diff
174-
+ import { extendTheme, stringifyTheme } from '@mui/material';
174+
+ import { extendTheme } from '@mui/material';
175175

176176
+ const pigmentConfig = {
177177
+ theme: extendTheme(),

0 commit comments

Comments
 (0)