We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d77c6e commit d3c6b92Copy full SHA for d3c6b92
docs/pages/blog/2021-q2-update.js
@@ -1,6 +1,6 @@
1
import * as React from 'react';
2
import TopLayoutBlog from 'docs/src/modules/components/TopLayoutBlog';
3
-import { docs } from '!@material-ui/markdown/loader!./2021-q2-update.md';
+import { docs } from './2021-q2-update.md?@material-ui/markdown';
4
5
export default function Page() {
6
return <TopLayoutBlog docs={docs} />;
0 commit comments