import styled from '@emotion/styled'; const StyledGroup = styled.div` display: flex; flex-direction: column; `; export { StyledGroup as NavigationDrawerItemGroup };