Skip to content

Commit

Permalink
Update useBlogPost import
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Aug 9, 2024
1 parent c2bd6eb commit efc6beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/BlogPostItem/Footer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useColorMode } from '@docusaurus/theme-common';
import { useBlogPost } from '@docusaurus/theme-common/internal';
import { useBlogPost } from '@docusaurus/plugin-content-blog/client';
import type { WrapperProps } from '@docusaurus/types';
import Giscus from '@giscus/react';
import Footer from '@theme-original/BlogPostItem/Footer';
Expand Down

0 comments on commit efc6beb

Please sign in to comment.