packages/ui: fix layout imports

This commit is contained in:
vchikalkin 2022-12-21 12:25:15 +03:00
parent 3dbef34d33
commit ff6d7f57a2

View File

@ -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;