Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakerachleff committed Oct 22, 2024
1 parent 837789e commit de371ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/theme/DocVersionBanner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ import {
} from "@docusaurus/plugin-content-docs/client";
// eslint-disable-next-line import/no-extraneous-dependencies
import { ThemeClassNames } from "@docusaurus/theme-common";
import {
useDocsPreferredVersion,
} from "@docusaurus/theme-common/internal";
import { useDocsPreferredVersion } from "@docusaurus/theme-common/internal";

function UnreleasedVersionLabel({ siteTitle, versionMetadata }) {
return (
Expand Down

0 comments on commit de371ad

Please sign in to comment.