import clsx from 'clsx'; type Props = { className?: string; children: React.ReactNode; }; export const SidebarV2Footer = ( { className, children }: Props ) => { return