diff --git a/src/components/LeftSidebar/LeftSidebar.astro b/src/components/LeftSidebar/LeftSidebar.astro index 18fd1a35af0df..7c4f4f3f99ba2 100644 --- a/src/components/LeftSidebar/LeftSidebar.astro +++ b/src/components/LeftSidebar/LeftSidebar.astro @@ -4,6 +4,7 @@ import { removeLeadingSlash, removeTrailingSlash } from '../../util'; import { getNav, useTranslations } from "../../i18n/util"; import SidebarContent from './SidebarContent.astro'; import SidebarToggleTabGroup from '../TabGroup/SidebarToggleTabGroup.tsx'; +import CommunityMenu from "../RightSidebar/CommunityMenu.astro"; export interface Props { currentPage: string; @@ -43,6 +44,7 @@ for (const section of sidebarSections) {