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;