Skip to content

Commit

Permalink
[docs-infra] Fix makdown version for material
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Apr 15, 2024
1 parent 48191a8 commit c71d3bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pages/material-ui/all-components/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocsV2';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import AppFrame from 'docs/src/modules/components/AppFrame';
import * as pageProps from 'docs/data/material/all-components/all-components.md?muiMarkdown';

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/material-ui/react-button-group.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocsV2';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import AppFrame from 'docs/src/modules/components/AppFrame';
import * as pageProps from 'docs/data/material/components/button-group/button-group.md?muiMarkdown';

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/material-ui/react-button.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocsV2';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import AppFrame from 'docs/src/modules/components/AppFrame';
import * as pageProps from 'docs/data/material/components/buttons/buttons.md?muiMarkdown';

Expand Down

0 comments on commit c71d3bd

Please sign in to comment.