import styled from "styled-components"; export const SidebarScroller = styled.div` display: flex; flex-direction: column; `