Skip to content

Commit d3c6b92

Browse files
fix build
1 parent 3d77c6e commit d3c6b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/blog/2021-q2-update.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
22
import TopLayoutBlog from 'docs/src/modules/components/TopLayoutBlog';
3-
import { docs } from '!@material-ui/markdown/loader!./2021-q2-update.md';
3+
import { docs } from './2021-q2-update.md?@material-ui/markdown';
44

55
export default function Page() {
66
return <TopLayoutBlog docs={docs} />;

0 commit comments

Comments
 (0)