import { RiDashboardFill, RiFileList2Fill, RiSearch2Fill, } from 'react-icons/ri'; import styled from 'styled-components'; import { AppRoute } from 'renderer/router/utils/routes'; import { ListItem } from './ListItem'; const StyledSidebar = styled.div``; export const Sidebar = () => { return ( Home Search Your Library ); };