From 92d74acb3ec4ffcb9ee1e135f0f2ba7cfd72c6e7 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Wed, 14 Oct 2020 19:26:06 -0400 Subject: [PATCH] fix(design-system): server masthead molecule missed the magic fuckery --- .../molecules/server-masthead/ServerMasthead.styled.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/design-system/molecules/server-masthead/ServerMasthead.styled.ts b/src/design-system/molecules/server-masthead/ServerMasthead.styled.ts index 0927633..43f8c47 100644 --- a/src/design-system/molecules/server-masthead/ServerMasthead.styled.ts +++ b/src/design-system/molecules/server-masthead/ServerMasthead.styled.ts @@ -1,6 +1,7 @@ import styled from 'styled-components'; import { palette } from 'roleypoly/src/design-system/atoms/colors'; import { transitions } from 'roleypoly/src/design-system/atoms/timings'; +import * as _ from 'styled-components'; // tslint:disable-line:no-duplicate-imports export const Wrapper = styled.div` display: flex;