Skip to content

Commit 0e035ea

Browse files
authored
[blog] Add Material UI v6 stable release (#41932)
1 parent f4a7047 commit 0e035ea

File tree

11 files changed

+867
-74
lines changed

11 files changed

+867
-74
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import * as React from 'react';
2+
import TopLayoutBlog from 'docs/src/modules/components/TopLayoutBlog';
3+
import { docs, srcComponents } from './material-ui-v6-is-out.md?muiMarkdown';
4+
5+
export default function Page() {
6+
return <TopLayoutBlog docs={docs} srcComponents={srcComponents} />;
7+
}

0 commit comments

Comments
 (0)