Skip to content

Commit

Permalink
Fix unstable_capitalize import
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Oct 18, 2023
1 parent 797693f commit 4ff0fe8
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 4ff0fe8

Please sign in to comment.