Skip to content

Commit

Permalink
sonarFix
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutens committed Nov 29, 2024
1 parent ec1b880 commit 88eb8c1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/design-system/components/icon-button/IconButton.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import { CircularProgress, IconButtonProps } from '@mui/material'
import {
CircularProgress,
IconButtonProps,
IconButton as MuiIconButton
} from '@mui/material'
import React, { useState } from 'react'
import { IconButtonVariant } from '~/types'
import AddRoundedIcon from '@mui/icons-material/AddRounded'
import { IconButton as MuiIconButton } from '@mui/material'
import { cn } from '~/utils/cn'
import './IconButton.scss'

Expand Down

0 comments on commit 88eb8c1

Please sign in to comment.