mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
fix(design-system): server masthead molecule missed the magic fuckery
This commit is contained in:
parent
34b75fda25
commit
92d74acb3e
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
import { palette } from 'roleypoly/src/design-system/atoms/colors';
|
import { palette } from 'roleypoly/src/design-system/atoms/colors';
|
||||||
import { transitions } from 'roleypoly/src/design-system/atoms/timings';
|
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`
|
export const Wrapper = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Add table
Reference in a new issue