Skip to content

Commit a91e001

Browse files
authored
fix: Rspress theme (#138)
1 parent 1320858 commit a91e001

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • cases/rspress
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Layout as BaseLayout } from '@rspress/core/theme';
1+
import { Layout as BaseLayout } from '@rspress/core/theme-original';
22
import './index.css';
33

44
const Layout = () => {
@@ -7,4 +7,4 @@ const Layout = () => {
77

88
export { Layout };
99

10-
export * from '@rspress/core/theme';
10+
export * from '@rspress/core/theme-original';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Layout as BaseLayout } from '@rspress/core/theme';
1+
import { Layout as BaseLayout } from '@rspress/core/theme-original';
22
import './index.css';
33

44
const Layout = () => {
@@ -7,4 +7,4 @@ const Layout = () => {
77

88
export { Layout };
99

10-
export * from '@rspress/core/theme';
10+
export * from '@rspress/core/theme-original';

0 commit comments

Comments
 (0)