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