export anchor by default

This commit is contained in:
Sérgio Ramos 2017-02-23 15:45:11 +00:00
parent 520b685e28
commit 0afacc9408
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const StyledAnchor = styled.a`
`}
`;
export const Anchor = Baseline(
export default Baseline(
StyledAnchor
);