Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ericakdiaz committed Dec 10, 2024
1 parent e3b4f81 commit 827ca8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave-js/src/components/ToggleButtonGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import {twMerge} from 'tailwind-merge';

import {Button, ButtonSize} from './Button';
import {Icon, IconName} from './Icon';
import {IconName} from './Icon';
import {Tailwind} from './Tailwind';

export type ToggleOption = {
Expand Down

0 comments on commit 827ca8e

Please sign in to comment.