Skip to content

Commit

Permalink
chore: add callout as a shortcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Oct 23, 2020
1 parent ed8c9b1 commit bf9fb13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/MDXContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ import Tutorial from './Tutorial';
import TutorialStep from './TutorialStep';
import TutorialSection from './TutorialSection';
import Project from './Project';
import { MDXCodeBlock, Video } from '@newrelic/gatsby-theme-newrelic';
import { Callout, MDXCodeBlock, Video } from '@newrelic/gatsby-theme-newrelic';

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

const components = {
Callout,
Video,
// Remove these when all step/steps components have been updated to the new
// name
Expand Down

0 comments on commit bf9fb13

Please sign in to comment.