Skip to content

Commit

Permalink
Import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wileymc committed Dec 20, 2024
1 parent bb11d60 commit b2dad30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Divider, DocsLayout, CodeBlock } from "components";
import styles from "../DocsLayout/DocsLayout.module.scss";
import styles from "components/DocsLayout/DocsLayout.module.scss";

# API Reference

Expand Down
2 changes: 1 addition & 1 deletion utils/navigationConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const navigationConfig: NavigationConfig = {
title: "Overview",
items: [
{ label: "Introduction", href: "/docs/api/introduction" },
{ label: "Quickstart", href: "/docs/api/quick-start" },
{ label: "Quickstart", href: "/docs/api/quickstart" },
{ label: "Authentication", href: "/docs/api/auth" },
],
},
Expand Down

0 comments on commit b2dad30

Please sign in to comment.