Remove unused files - src/theme/MDXComponents.js wraps instead of ejects during swizzle

This commit is contained in:
Billy Tat
2024-02-07 16:25:32 -08:00
parent ed88739bef
commit de769a0cca
8 changed files with 2 additions and 133 deletions
+18
View File
@@ -0,0 +1,18 @@
// Import the original mapper
import MDXComponents from '@theme-original/MDXComponents';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import { CardSection, Card } from '../components/CardComponents';
export default {
// Re-use the default mapping
...MDXComponents,
Tabs: Tabs,
TabItem: TabItem,
CardSection,
Card,
};