import { styled } from '@project44-manifest/react-styles';

export const StyledBox = styled('div', {
  boxSizing: 'border-box',
  margin: 0,
  minWidth: 0,
});
