import styled from 'styled-components' export const Sidebar = styled.div` width: 300px; background: white; display: flex; flex-direction: column; flex-shrink: 0; `