We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b3320 commit 26e6045Copy full SHA for 26e6045
src/theme/Navbar/MobileSidebar/PrimaryMenu/index.tsx
@@ -9,7 +9,7 @@ import React, {type ReactNode} from 'react'
9
import {useThemeConfig} from '@docusaurus/theme-common'
10
import {useNavbarMobileSidebar} from '@docusaurus/theme-common/internal'
11
import NavbarItem, {type Props as NavbarItemConfig} from '@theme/NavbarItem'
12
-import ProductsMenuMobile from '@theme/Navbar/MobileSidebar/ProductsMenu'
+import ProductsMenuMobile from '../ProductsMenu'
13
14
function useNavbarItems() {
15
// TODO temporary casting until ThemeConfig type is improved
0 commit comments