File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
docs/framework-guides/src/plugins/changelog/theme Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
import React , { useState } from 'react' ;
9
9
import clsx from 'clsx' ;
10
- import { useBlogPost } from '@docusaurus/theme-common/internal ' ;
10
+ import { useBlogPost } from '@docusaurus/plugin-content-blog/client ' ;
11
11
import ChangelogItemHeaderAuthor from '@theme/ChangelogItem/Header/Author' ;
12
12
import IconExpand from '@theme/Icon/Expand' ;
13
13
import type { Props } from '@theme/BlogPostItem/Header/Authors' ;
Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
import React from 'react' ;
9
- import { useBlogPost } from '@docusaurus/theme-common/internal ' ;
9
+ import { useBlogPost } from '@docusaurus/plugin-content-blog/client ' ;
10
10
11
11
import BlogPostItemHeaderTitle from '@theme/BlogPostItem/Header/Title' ;
12
12
import BlogPostItemHeaderInfo from '@theme/BlogPostItem/Header/Info' ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import clsx from 'clsx';
10
10
import Translate from '@docusaurus/Translate' ;
11
11
import Link from '@docusaurus/Link' ;
12
12
import { HtmlClassNameProvider , ThemeClassNames } from '@docusaurus/theme-common' ;
13
- import { BlogPostProvider , useBlogPost } from '@docusaurus/theme-common/internal ' ;
13
+ import { BlogPostProvider , useBlogPost } from '@docusaurus/plugin-content-blog/client ' ;
14
14
import BlogPostPageMetadata from '@theme/BlogPostPage/Metadata' ;
15
15
import BlogLayout from '@theme/BlogLayout' ;
16
16
import ChangelogItem from '@theme/ChangelogItem' ;
You can’t perform that action at this time.
0 commit comments