import { Route, Switch } from "react-router"; import SidebarBase from "./SidebarBase"; // import { MemberSidebar } from "./right/MemberSidebar"; export default function RightSidebar() { return ( {/* */ } ); };