Add premium block

This commit is contained in:
Kamran Ahmed
2021-08-22 16:01:55 +02:00
parent 85ac2162bc
commit 1c065f563d
3 changed files with 25 additions and 14 deletions

View File

@ -9,6 +9,7 @@ import EnrichedLink from './a';
import { BadgeLink } from './badge-link';
import Ul from './ul';
import Li from './li';
import PremiumBlock from './premium-block';
const MdxComponents = {
p: P,
@ -20,6 +21,7 @@ const MdxComponents = {
iframe: IFrame,
img: Img,
BadgeLink: BadgeLink,
PremiumBlock: PremiumBlock,
ul: Ul,
li: Li
};