another export test

This commit is contained in:
2021-11-26 10:58:08 -05:00
parent 0dcfa809cf
commit 2fb002f284

View File

@@ -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;