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