1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

export anchor by default

This commit is contained in:
Sérgio Ramos 2017-02-23 15:45:11 +00:00
parent 520b685e28
commit 0afacc9408

View File

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