Skip to content

Commit

Permalink
[material-next][InputAdornment] Fix unstable_capitalize import (#39510)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai authored Oct 19, 2023
1 parent 34956d6 commit 5047813
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
import * as React from 'react';
import PropTypes from 'prop-types';
import clsx from 'clsx';
import {
unstable_composeClasses as composeClasses,
unstable_capitalize as capitalize,
} from '@mui/base/composeClasses';
import { unstable_capitalize as capitalize } from '@mui/utils';
import { unstable_composeClasses as composeClasses } from '@mui/base/composeClasses';
import Typography from '@mui/material/Typography';
import FormControlContext from '../FormControl/FormControlContext';
import useFormControl from '../FormControl/useFormControl';
Expand Down

0 comments on commit 5047813

Please sign in to comment.