Skip to content

Commit

Permalink
Fix @theme/Unlisted import
Browse files Browse the repository at this point in the history
The module declaration was changed in
facebook/docusaurus#10376
  • Loading branch information
ptgott committed Oct 24, 2024
1 parent c1df993 commit a0eb954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/DocItem/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import DocItemTOCMobile from "@theme/DocItem/TOC/Mobile";
import DocItemTOCDesktop from "@theme/DocItem/TOC/Desktop";
import DocItemContent from "@theme/DocItem/Content";
import DocBreadcrumbs from "@theme/DocBreadcrumbs";
import Unlisted from "@theme/Unlisted";
import Unlisted from "@theme/ContentVisibility/Unlisted";
import NavbarMobileSidebarToggle from "@theme/Navbar/MobileSidebar/Toggle";
import type { Props } from "@theme/DocItem/Layout";

Expand Down

0 comments on commit a0eb954

Please sign in to comment.