"use client" import { LogOut } from "react-feather" import Link from "../../TempDesignSystem/Link" import styles from "./sidebar.module.css" import { SidebarProps } from "@/types/requests/myPages/navigation" import { Fragment } from "react" export default function Sidebar({ menuItems }: SidebarProps) { return ( ) }