Skip to content

Commit

Permalink
fix: remove extra export
Browse files Browse the repository at this point in the history
  • Loading branch information
dkireev committed Oct 2, 2020
1 parent 2b19387 commit a5112fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/switch/Switch.tsx
Expand Up @@ -107,7 +107,7 @@ export type SwitchProps = {
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
} & SliderColorScheme;

export const Switch: React.FC<SwitchProps> = ({
const Switch: React.FC<SwitchProps> = ({
className,
captionChecked,
captionUnchecked,
Expand Down

0 comments on commit a5112fd

Please sign in to comment.