Skip to content

Commit

Permalink
update index.js resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell committed Sep 17, 2024
1 parent f7d6bd6 commit 92a022c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/DocItem/Content/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import clsx from "clsx";
import { ThemeClassNames } from "@docusaurus/theme-common";
import { useDoc } from "@docusaurus/theme-common/internal";
import { useDoc } from "@docusaurus/plugin-content-docs/client";
import Heading from "@theme/Heading";
import MDXContent from "@theme/MDXContent";
import TopSection from "@site/src/components/topSection";
Expand Down

0 comments on commit 92a022c

Please sign in to comment.