From bf9fb1319344af4b1d011c34833c9f230a5e8ee9 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Fri, 23 Oct 2020 15:03:18 -0700 Subject: [PATCH] chore: add callout as a shortcode --- src/components/MDXContainer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/MDXContainer.js b/src/components/MDXContainer.js index 1dbae4e3c..f9568b89a 100644 --- a/src/components/MDXContainer.js +++ b/src/components/MDXContainer.js @@ -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