From ebf29008fa3c769dd53de64bcf4d7f2f7af04e14 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Thu, 1 Oct 2020 16:44:47 -0400 Subject: [PATCH] style: clean up artifact --- src/components/PageNavigation/styles.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/PageNavigation/styles.tsx b/src/components/PageNavigation/styles.tsx index df8f1c8..b838a00 100644 --- a/src/components/PageNavigation/styles.tsx +++ b/src/components/PageNavigation/styles.tsx @@ -7,7 +7,6 @@ export const PageNavigationWrapper = styled.div` display: flex; justify-content: space-between; align-content: center; -} ` export const Text = styled.p`