Skip to content

Commit

Permalink
Minor CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Oct 4, 2023
1 parent 2fc52bd commit c202d8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material-next/src/FilledInput/FilledInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as React from 'react';
import { refType } from '@mui/utils';
import PropTypes from 'prop-types';
import { unstable_composeClasses as composeClasses, useSlotProps } from '@mui/base';
import { DefaultComponentProps, OverrideProps } from '@mui/types';
import { OverrideProps } from '@mui/types';
import InputBase, {
rootOverridesResolver as inputBaseRootOverridesResolver,
inputOverridesResolver as inputBaseInputOverridesResolver,
Expand Down

0 comments on commit c202d8a

Please sign in to comment.