mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-25 14:18:27 +00:00
Remove unused files - src/theme/MDXComponents.js wraps instead of ejects during swizzle
This commit is contained in:
@@ -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,
|
||||
};
|
||||
Reference in New Issue
Block a user