Merge pull request #1135 from btat/global-import-cni-pop

Globally import CNI popularity
This commit is contained in:
Billy Tat
2024-02-21 12:53:44 -08:00
committed by GitHub
7 changed files with 4 additions and 12 deletions
+4
View File
@@ -6,6 +6,8 @@ import TabItem from '@theme/TabItem';
import { CardSection, Card } from '../components/CardComponents';
import CNIPopularityTable from '/shared-files/_cni-popularity.md';
export default {
// Re-use the default mapping
...MDXComponents,
@@ -15,4 +17,6 @@ export default {
CardSection,
Card,
CNIPopularityTable,
};