Add carbon integration

This commit is contained in:
Kamran Ahmed
2021-09-05 18:45:32 +02:00
parent dd43969dfb
commit 0a6d72f671
7 changed files with 75 additions and 3 deletions

View File

@ -3,7 +3,7 @@ import React from 'react';
import { MDXProvider } from '@mdx-js/react';
import { ChakraProvider } from '@chakra-ui/react';
import MdxComponents from './mdx-components';
import { roadmapTheme } from '../../lib/theme';
import { roadmapTheme } from '../../styles/theme';
type MdRendererType = {
children: React.ReactNode