Skip to content

Commit

Permalink
fix: use Video component from theme in mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jul 30, 2020
1 parent a6f668a commit 1a8eb4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/MDXContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ import cx from 'classnames';
import { MDXRenderer } from 'gatsby-plugin-mdx';
import { MDXProvider } from '@mdx-js/react';

import Video from './Video';
import Step from './Step';
import Steps from './Steps';
import Caution from './Caution';
import Important from './Important';
import Tip from './Tip';
import Intro from './Intro';
import { MDXCodeBlock } from '@newrelic/gatsby-theme-newrelic';
import { MDXCodeBlock, Video } from '@newrelic/gatsby-theme-newrelic';

import styles from './MDXContainer.module.scss';

Expand Down

0 comments on commit 1a8eb4d

Please sign in to comment.