Skip to content

Commit

Permalink
removing potentially unneeded component
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector committed May 13, 2024
1 parent 5b9f380 commit d95bca8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
12 changes: 1 addition & 11 deletions src/components/mdxWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ import ProductGroup from "./productGroup"
import Youtube from "./youtube"
import Wistia from "./wistia"

import {
headline2,
headline3,
headline4,
} from "./releaseHeadlines"


const shortcodes = {
Accordion,
Alert,
Expand Down Expand Up @@ -71,10 +64,7 @@ const shortcodes = {
TabList,
TerminusVersion,
Wistia,
Youtube,
h1: headline2,
h2: headline3,
h3: headline4,
Youtube
}

const MdxWrapper = ({ mdx }) => {
Expand Down
17 changes: 0 additions & 17 deletions src/components/releaseHeadlines.js

This file was deleted.

0 comments on commit d95bca8

Please sign in to comment.