import { cn } from '@/lib/utils' export function SidebarFooter({ children, className, ...props }: React.ComponentProps<'div'>) { return (
{children}
) }