Add resource group

This commit is contained in:
Kamran Ahmed
2021-12-05 02:03:07 +01:00
parent 3eb13043ce
commit 30e6c15ddb
3 changed files with 15 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import EnrichedLink from './a';
import { BadgeLink } from './badge-link';
import { Li, Ul } from './ul';
import PremiumBlock from './premium-block';
import { ResourceGroupTitle } from './resource-group-title';
const MdxComponents = {
p: P,
@ -22,6 +23,7 @@ const MdxComponents = {
img: Img,
code: Code,
BadgeLink: BadgeLink,
ResourceGroupTitle: ResourceGroupTitle,
PremiumBlock: PremiumBlock,
ul: Ul,
li: Li