another export test
This commit is contained in:
parent
0dcfa809cf
commit
2fb002f284
|
@ -35,7 +35,7 @@ const Button: FC<ButtonProps> = ({
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Button;
|
export { Button };
|
||||||
|
|
||||||
const StyledButton = styled.button<ButtonProps>`
|
const StyledButton = styled.button<ButtonProps>`
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in New Issue