import { LogOut } from "react-feather" import Link from "next/link" import styles from "./sidebar.module.css" export default function Sidebar() { return ( ) }