diff --git a/@packages/ui/elements/layout/Background.jsx b/@packages/ui/elements/layout/Background.jsx index baa7eec..b9e2f20 100644 --- a/@packages/ui/elements/layout/Background.jsx +++ b/@packages/ui/elements/layout/Background.jsx @@ -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;