Skip to content

Commit 26e6045

Browse files
committed
change import
1 parent c8b3320 commit 26e6045

File tree

1 file changed

+1
-1
lines changed
  • src/theme/Navbar/MobileSidebar/PrimaryMenu

1 file changed

+1
-1
lines changed

src/theme/Navbar/MobileSidebar/PrimaryMenu/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import React, {type ReactNode} from 'react'
99
import {useThemeConfig} from '@docusaurus/theme-common'
1010
import {useNavbarMobileSidebar} from '@docusaurus/theme-common/internal'
1111
import NavbarItem, {type Props as NavbarItemConfig} from '@theme/NavbarItem'
12-
import ProductsMenuMobile from '@theme/Navbar/MobileSidebar/ProductsMenu'
12+
import ProductsMenuMobile from '../ProductsMenu'
1313

1414
function useNavbarItems() {
1515
// TODO temporary casting until ThemeConfig type is improved

0 commit comments

Comments
 (0)