type Props = { children: React.ReactNode; }; export const SidebarV2Main = ( { children }: Props ) => { return