another export test

This commit is contained in:
Silas 2021-11-26 10:58:08 -05:00
parent 0dcfa809cf
commit 2fb002f284
Signed by: silentsilas
GPG Key ID: 4199EFB7DAA34349
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const Button: FC<ButtonProps> = ({
);
};
export default Button;
export { Button };
const StyledButton = styled.button<ButtonProps>`
border: 0;