Skip to content

Commit

Permalink
chore(website): stop typecheck from complaining about odd import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw committed Aug 8, 2023
1 parent 7066dd8 commit 4807901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {ThemeClassNames} from '@docusaurus/theme-common';
import {
useAnnouncementBar,
useScrollPosition,
// @ts-ignore
} from '@docusaurus/theme-common/internal';
import {translate} from '@docusaurus/Translate';
import DocSidebarItems from '@theme/DocSidebarItems';
Expand Down
1 change: 1 addition & 0 deletions docusaurus/website/src/theme/DocSidebar/Mobile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
type NavbarSecondaryMenuComponent,
ThemeClassNames,
} from '@docusaurus/theme-common';
// @ts-ignore
import {useNavbarMobileSidebar} from '@docusaurus/theme-common/internal';
import DocSidebarItems from '@theme/DocSidebarItems';
import type {Props} from '@theme/DocSidebar/Mobile';
Expand Down

0 comments on commit 4807901

Please sign in to comment.