Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
adding to the mdx them file so script runs
  • Loading branch information
mirnawong1 authored Dec 13, 2023
1 parent b43e0c9 commit 290059d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/theme/MDXComponents/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import CommunitySpotlightList from '@site/src/components/communitySpotlightList'
import dbtEditor from '@site/src/components/dbt-editor';
import Icon from '@site/src/components/icon';
import Lifecycle from '@site/src/components/lifeCycle';
import detailsToggle from '@site/src/components/detailsToggle';

const MDXComponents = {
head: MDXHead,
Expand Down Expand Up @@ -92,5 +93,6 @@ const MDXComponents = {
dbtEditor: dbtEditor,
Icon: Icon,
Lifecycle: Lifecycle,
detailsToggle: detailsToggle,
};
export default MDXComponents;

0 comments on commit 290059d

Please sign in to comment.