You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -196,8 +197,8 @@ class ResetPasswordForm extends React.Component {
196
197
Currently material-ui [doesn't support](https://github.com/callemall/material-ui/issues/3771) error messages for switches, but you can easily add your own:
197
198
````javascript
198
199
import React from 'react';
199
-
import red from '@material-ui/core/colors/red';
200
-
import Checkbox from '@material-ui/core/Checkbox';
200
+
import red from '@mui/material/colors/red';
201
+
import Checkbox from '@mui/material/Checkbox';
201
202
import { ValidatorComponent } from 'react-material-ui-form-validator';
0 commit comments