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.
2 parents 6dd2d15 + 5528839 commit d5e7f7dCopy full SHA for d5e7f7d
src/components/MdComponents.tsx
@@ -41,7 +41,6 @@ import InfoBanner from "./InfoBanner"
41
import IssuesList from "./IssuesList"
42
import LocaleDateTime from "./LocaleDateTime"
43
import MainArticle from "./MainArticle"
44
-import VideoIframe from "./VideoIframe"
45
46
/**
47
* Base HTML elements
@@ -145,7 +144,6 @@ export const htmlElements = {
145
144
pre: Pre,
146
time: LocaleDateTime,
147
ul: UnorderedList,
148
- iframe: VideoIframe,
149
...mdxTableComponents,
150
}
151
src/components/VideoIframe/index.tsx
0 commit comments