Skip to content

Commit

Permalink
Update plugin references to the new API
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzemien97 committed Aug 21, 2024
1 parent 82ec76d commit 45b39a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LinkButton/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import styles from './styles.module.css';
import isInternalUrl from '@docusaurus/isInternalUrl';
import { useDocsSidebar, useDocById } from '@docusaurus/theme-common/internal';
import { useDocsSidebar, useDocById } from '@docusaurus/plugin-content-docs/client';
import type {
PropSidebar,
PropSidebarItemLink,
Expand Down

0 comments on commit 45b39a7

Please sign in to comment.