File tree Expand file tree Collapse file tree
rspress-website-mdxjs-ssg-false/theme
rspress-website-mdxjs/theme Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { Layout as BaseLayout } from '@rspress/core/theme' ;
1+ import { Layout as BaseLayout } from '@rspress/core/theme-original ' ;
22import './index.css' ;
33
44const Layout = ( ) => {
@@ -7,4 +7,4 @@ const Layout = () => {
77
88export { Layout } ;
99
10- export * from '@rspress/core/theme' ;
10+ export * from '@rspress/core/theme-original ' ;
Original file line number Diff line number Diff line change 1- import { Layout as BaseLayout } from '@rspress/core/theme' ;
1+ import { Layout as BaseLayout } from '@rspress/core/theme-original ' ;
22import './index.css' ;
33
44const Layout = ( ) => {
@@ -7,4 +7,4 @@ const Layout = () => {
77
88export { Layout } ;
99
10- export * from '@rspress/core/theme' ;
10+ export * from '@rspress/core/theme-original ' ;
You can’t perform that action at this time.
0 commit comments