We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40dc2ce commit 66bc127Copy full SHA for 66bc127
src/components/DeveloperDocsLinks/index.tsx
@@ -4,8 +4,8 @@ import Translation from "@/components/Translation"
4
5
import docLinks from "@/data/developer-docs-links.yaml"
6
7
-import InlineLink from "./ui/Link"
8
-import { ListItem, UnorderedList } from "./ui/list"
+import InlineLink from "../ui/Link"
+import { ListItem, UnorderedList } from "../ui/list"
9
10
export type DeveloperDocsLinksProps = {
11
headerId: string
0 commit comments