Skip to content

Commit

Permalink
Importing table widely
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Oct 22, 2024
1 parent 3445c64 commit 1e4f076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/snippets/_enterprise-permissions-table.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import SortableTable from '@site/src/components/SortableTable';

Key:

Expand Down
2 changes: 2 additions & 0 deletions website/src/theme/MDXComponents/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import Mermaid from '@theme/Mermaid';
/* dbt Customizations:
* Imports the following components below for export
*/
import SortableTable from '@site/src/components/SortableTable';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'
import Changelog from '@site/src/components/changelog';
Expand Down Expand Up @@ -95,5 +96,6 @@ const MDXComponents = {
DetailsToggle: DetailsToggle,
Expandable: Expandable,
ConfettiTrigger: ConfettiTrigger,
SortableTable: SortableTable,
};
export default MDXComponents;

0 comments on commit 1e4f076

Please sign in to comment.