Skip to content

Commit

Permalink
fix: remove line
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Lohoff <lohoff@terrestris.de>
  • Loading branch information
TreffN and LukasLohoff committed Mar 22, 2024
1 parent c345370 commit 1df8a6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Button/RotationButton/RotationButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import ToggleButton, {
ToggleButtonProps
} from '../ToggleButton/ToggleButton';


export type RotationButtonProps = Partial<ToggleButtonProps>;

export const RotationButton: React.FC<RotationButtonProps> = ({
Expand Down

0 comments on commit 1df8a6f

Please sign in to comment.