import { Sidebar as SidebarComp, SidebarContent, SidebarFooter, SidebarGroup, SidebarHeader, SidebarMenu, SidebarMenuButton, SidebarMenuItem, } from '@boring.tools/ui' import { Link } from '@tanstack/react-router' import { SidebarChangelog } from './SidebarChangelog' import { SidebarPage } from './SidebarPage' import { SidebarUser } from './SidebarUser' export function Sidebar() { return (
BT
boring.tools
) }