chore(deps): Update to rspress 2.0.0
This commit is contained in:
parent
da8b60b4ce
commit
c9a4c546e2
3 changed files with 437 additions and 887 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { HomeLayout as BasicHomeLayout, DocContent } from "@rspress/core/theme";
|
||||
import { HomeLayout as BasicHomeLayout, DocContent } from "@rspress/core/theme-original";
|
||||
|
||||
import { useFrontmatter } from '@rspress/core/runtime';
|
||||
interface HomeLayoutProps {
|
||||
|
|
@ -25,5 +25,5 @@ function HomeLayout(props: HomeLayoutProps) {
|
|||
);
|
||||
}
|
||||
export { HomeLayout };
|
||||
export * from "@rspress/core/theme";
|
||||
export * from "@rspress/core/theme-original";
|
||||
import "./index.css";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue