Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AkimaLunar committed Oct 21, 2024
1 parent d59c0e7 commit c1eb441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/icon-button/src/icon-button/icon-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as React from 'react';
import { useIconButtonStyles } from './icon-button.styles';
import type { IconButtonProps } from './icon-button.types';

export const IconButton: FC = forwardRef<HTMLButtonElement, IconButtonProps>(
export const IconButton = forwardRef<HTMLButtonElement, IconButtonProps>(
(
{
className,
Expand Down

0 comments on commit c1eb441

Please sign in to comment.