packages/ui: fix layout imports
This commit is contained in:
parent
3dbef34d33
commit
ff6d7f57a2
@ -1,6 +1,6 @@
|
|||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
import { Box } from 'ui/grid';
|
import { Box } from '../../grid';
|
||||||
import { min } from 'ui/mq';
|
import { min } from '../../mq';
|
||||||
|
|
||||||
const Background = styled(Box)`
|
const Background = styled(Box)`
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user