import * as React from 'react'; import { ctw } from '@ballerine/ui'; export const SidebarGroupContent = React.forwardRef>( ({ className, ...props }, ref) => (
), ); SidebarGroupContent.displayName = 'SidebarGroupContent';