Add resources setup

This commit is contained in:
Kamran Ahmed
2020-03-01 10:27:15 +04:00
parent cf648924cf
commit d73e08f8f6
4 changed files with 17 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ import { Table } from './table';
import { IFrame } from './iframe';
import { Img } from './img';
import EnrichedLink from './a';
import { BadgeLink } from '../../link/badge-link';
const MdxComponents = {
p: P,
@@ -16,6 +17,7 @@ const MdxComponents = {
table: Table,
iframe: IFrame,
img: Img,
BadgeLink: BadgeLink
};
export default MdxComponents;
export default MdxComponents;