import { Menu } from "design-system"; import styled from "styled-components"; export const MenuWrapper = styled.div` display: flex; `; export const StyledMenu = styled(Menu)` flex: 0; `;