export default function SidebarButton(props: any) { return (
{props.name}
) }