Skip to content

Commit

Permalink
[blog] No bundled demos in blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 25, 2024
1 parent 046aac6 commit ea9fd41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/blog/base-ui-2024-plans.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import TopLayoutBlog from 'docs/src/modules/components/TopLayoutBlog';
import * as pageProps from './base-ui-2024-plans.md?@mui/markdown';
import { docs } from './base-ui-2024-plans.md?@mui/markdown';

export default function Page() {
return <TopLayoutBlog {...pageProps} />;
return <TopLayoutBlog {...docs} />;
}

0 comments on commit ea9fd41

Please sign in to comment.