We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3218f2 commit f580252Copy full SHA for f580252
docs/src/modules/components/AppTableOfContents.js
@@ -1,7 +1,7 @@
1
/* eslint-disable react/no-danger */
2
import React from 'react';
3
import PropTypes from 'prop-types';
4
-import marked from 'marked';
+import marked from 'marked/lib/marked';
5
import throttle from 'lodash/throttle';
6
import clsx from 'clsx';
7
import Box from '@material-ui/core/Box';
docs/src/modules/components/MarkdownElement.js
@@ -2,7 +2,7 @@ import React from 'react';
import { useSelector } from 'react-redux';
import { withStyles } from '@material-ui/core/styles';
import textToHash from 'docs/src/modules/utils/textToHash';
8
import prism from 'docs/src/modules/components/prism';
0 commit comments