Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 10, 2021
1 parent 3d77c6e commit d3c6b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/blog/2021-q2-update.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import TopLayoutBlog from 'docs/src/modules/components/TopLayoutBlog';
import { docs } from '!@material-ui/markdown/loader!./2021-q2-update.md';
import { docs } from './2021-q2-update.md?@material-ui/markdown';

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

0 comments on commit d3c6b92

Please sign in to comment.