Fix build errors

This commit is contained in:
Kamran Ahmed
2021-09-05 18:25:49 +02:00
parent 7e0a392a87
commit 6bb1505db3
8 changed files with 67 additions and 41 deletions

View File

@ -1,4 +1,5 @@
import P from './p';
import { Code } from '@chakra-ui/react';
import { P } from './p';
import Headings from './heading';
import { Pre } from './pre';
import BlockQuote from './blockquote';
@ -7,10 +8,8 @@ import IFrame from './iframe';
import { Img } from './img';
import EnrichedLink from './a';
import { BadgeLink } from './badge-link';
import Ul from './ul';
import Li from './li';
import { Li, Ul } from './ul';
import PremiumBlock from './premium-block';
import { Code } from '@chakra-ui/react';
const MdxComponents = {
p: P,