aboutsummaryrefslogtreecommitdiffstats
path: root/thallium-frontend/src/components/Card.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'thallium-frontend/src/components/Card.tsx')
-rw-r--r--thallium-frontend/src/components/Card.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/thallium-frontend/src/components/Card.tsx b/thallium-frontend/src/components/Card.tsx
index f5b8c13..4f967d0 100644
--- a/thallium-frontend/src/components/Card.tsx
+++ b/thallium-frontend/src/components/Card.tsx
@@ -1,4 +1,4 @@
-import styled from 'styled-components';
+import styled from "styled-components";
const CardContainer = styled.div`
border: 3px solid ${({ theme }) => theme.borderColor};