Skip to content

Commit

Permalink
Merge pull request #677 from WildernessLabs/code-boxes
Browse files Browse the repository at this point in the history
fixed MDXComponents
  • Loading branch information
adunndevster2 authored Feb 26, 2024
2 parents 32a1248 + 2228dac commit 3032f86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/theme/MDXComponents.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
// src/theme/MDXComponents.js
import MDXComponents from '@theme-original/MDXComponents';
import Admonition from '@theme/Admonition';
import GettingStarted from '../components/GettingStarted';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

export default {
...MDXComponents,
Admonition,
GettingStarted,
Tabs,
Expand Down

0 comments on commit 3032f86

Please sign in to comment.