From 0afacc9408a33c59de717481e4b3345879218994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Thu, 23 Feb 2017 15:45:11 +0000 Subject: [PATCH] export anchor by default --- ui/src/components/anchor/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/anchor/index.js b/ui/src/components/anchor/index.js index 692a0508..f5cb25f4 100644 --- a/ui/src/components/anchor/index.js +++ b/ui/src/components/anchor/index.js @@ -12,7 +12,7 @@ const StyledAnchor = styled.a` `} `; -export const Anchor = Baseline( +export default Baseline( StyledAnchor );