Skip to content

Commit

Permalink
chore(react): fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Oct 11, 2024
1 parent 557b92e commit a04868a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import MuiCircularProgress from '@mui/material/CircularProgress';
import type {CircularProgressProps as MuiCircularProgressProps} from '@mui/material/CircularProgress';
import clsx from 'clsx';
import {forwardRef} from 'react';
import type {ElementType, ForwardRefExoticComponent, ReactElement, Ref} from 'react';
import type {ForwardRefExoticComponent, ReactElement, Ref} from 'react';
import type {WithWrapperProps} from '../../models/component';
import composeComponentDisplayName from '../../utils/compose-component-display-name';
import './circular-progress.scss';
Expand Down

0 comments on commit a04868a

Please sign in to comment.