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

export const StyledMenu = styled('ul', {
  listStyle: 'none',
  margin: 0,
  padding: '$medium 0',
});
