Skip to content

Commit

Permalink
even more import resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell committed Sep 17, 2024
1 parent 92a022c commit 93c4396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/DocCard/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import clsx from "clsx";
import Link from "@docusaurus/Link";
import { findFirstSidebarItemLink, useDocById } from "@docusaurus/theme-common/internal";
import { findFirstSidebarItemLink, useDocById } from "@docusaurus/plugin-content-docs/client";
import isInternalUrl from "@docusaurus/isInternalUrl";
import { translate } from "@docusaurus/Translate";
import Heading from "@theme/Heading";
Expand Down

0 comments on commit 93c4396

Please sign in to comment.