File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,19 @@ import { useLang } from '@rspress/core/runtime'
33import {
44 getCustomMDXComponent as BaseGetCustomMDXComponent ,
55 Layout as BaseLayout ,
6- } from '@rspress/core/theme'
6+ } from '@rspress/core/theme-original '
77import {
88 Search as PluginAlgoliaSearch ,
99 ZH_LOCALES ,
1010} from '@rspress/plugin-algolia/runtime'
11- import { NavIcon } from '@rstack-dev/doc-ui/nav-icon'
12-
13- export * from '@rspress/core/theme'
14-
1511import {
1612 LlmsContainer ,
1713 LlmsCopyButton ,
1814 LlmsViewOptions ,
1915} from '@rspress/plugin-llms/runtime'
16+ import { NavIcon } from '@rstack-dev/doc-ui/nav-icon'
17+
18+ export * from '@rspress/core/theme-original'
2019
2120export const Layout = ( ) => {
2221 return < BaseLayout beforeNavTitle = { < NavIcon /> } />
You can’t perform that action at this time.
0 commit comments