Closes https://github.com/twentyhq/twenty/issues/6484 <img width="270" alt="image" src="https://github.com/user-attachments/assets/3cfd7a5a-5239-4998-87f7-a9b45e3b5229">
9 lines
171 B
TypeScript
9 lines
171 B
TypeScript
import styled from '@emotion/styled';
|
|
|
|
const StyledGroup = styled.div`
|
|
display: flex;
|
|
flex-direction: column;
|
|
`;
|
|
|
|
export { StyledGroup as NavigationDrawerItemGroup };
|